We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824568f commit 677a905Copy full SHA for 677a905
1 file changed
value/src/main/java/com/google/auto/value/processor/Optionalish.java
@@ -97,9 +97,8 @@ public String getEmpty() {
97
}
98
99
/**
100
- * Returns a string representing the method call to obtain the nullable version of this Optional.
101
- * This will be something like {@code "fromNullable()"} or possibly {@code "ofNullable()"}.
102
- * It does not have a final semicolon.
+ * Returns a string representing the method name to call to obtain the nullable version of
+ * this Optional. This will be something like {@code "fromNullable"} or {@code "ofNullable"}.
103
*
104
* <p>This method is public so that it can be referenced as {@code p.optional.nullable} from
105
* templates.
0 commit comments