Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Aug 9, 2024
1 parent 8ea3716 commit c0901d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ protected static ValueWithComment computeAnnotatedSignature(final EEAFile.ClassM
return new ValueWithComment(insert(member.originalSignature.value, 2, "1"), "");

/*
* mark the parameter of single-parmeter methods as @NonNull
* mark the parameter of single-parameter methods as @NonNull
* with signature matching: void (add|remove)*Listener(*Listener)
*/
if (!methodInfo.isStatic() // non-static
Expand Down

0 comments on commit c0901d6

Please sign in to comment.