Skip to content

Commit

Permalink
Fix Javadoc for MethodRef (#973)
Browse files Browse the repository at this point in the history
Fixes #972
  • Loading branch information
msridhar committed Jun 8, 2024
1 parent 866b140 commit 646b7ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nullaway/src/main/java/com/uber/nullaway/LibraryModels.java
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ default ImmutableList<StreamTypeRecord> customStreamNullabilitySpecs() {
* principles:
*
* <ul>
* <li>signature is a method name plus argument types, e.g., <code>foo(java.lang.Object,
* java.lang.String)</code>
* <li>signature is a method name plus argument types, with no spaces between the argument
* types, e.g., <code>foo(java.lang.Object,java.lang.String)</code>
* <li>constructor for class Foo looks like <code>Foo(java.lang.String)</code>
* <li>If the method has its own type parameters, they need to be declared, like <code>
* &lt;T&gt;checkNotNull(T)</code>
Expand Down

0 comments on commit 646b7ab

Please sign in to comment.