Skip to content

Commit

Permalink
Adds a nonull notation for argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltasarq committed Nov 20, 2024
1 parent 23f270b commit 329d82a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public boolean onCreateOptionsMenu(Menu menu)
}

@Override
public boolean onOptionsItemSelected(MenuItem item)
public boolean onOptionsItemSelected(@NonNull MenuItem item)
{
if ( this.go( item.getItemId() ) ) {
return true;
Expand Down

0 comments on commit 329d82a

Please sign in to comment.