Skip to content

Commit

Permalink
Adds NonNull annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonis Lilis authored May 31, 2024
1 parent e60a6ab commit 0b495ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public abstract class CommentDetailFragment extends ViewPagerFragment implements
@Nullable private OnPostClickListener mOnPostClickListener;
@Nullable private OnCommentActionListener mOnCommentActionListener;
@Nullable private OnNoteCommentActionListener mOnNoteCommentActionListener;
protected CommentSource mCommentSource; // this will be non-null when onCreate()
@NonNull protected CommentSource mCommentSource; // this will be non-null when onCreate()

/*
* these determine which actions (moderation, replying, marking as spam) to enable
Expand Down

0 comments on commit 0b495ec

Please sign in to comment.