Skip to content

Commit

Permalink
removing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
akulk022 committed Mar 9, 2024
1 parent 5ee2428 commit 8c442f7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ public String makeUpperCase(String inputString) {
}
}


//This is to test that the Nullable annotation here does not get processed since it is not JSpecify.
@javax.annotation.Nullable
public String nullReturn() {
return null;
Expand Down

0 comments on commit 8c442f7

Please sign in to comment.