Skip to content

Commit

Permalink
Add @NonNull
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Jan 18, 2024
1 parent 7db75b4 commit 2aff82a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public MarkdownUtils(@NonNull AssetManager assetManager) {
mAssetManager = assetManager;
}

private final AssetManager mAssetManager;
private final @NonNull AssetManager mAssetManager;

private String mPrevInput;

Expand Down

0 comments on commit 2aff82a

Please sign in to comment.