Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit e19d636

Browse files
authored
#430 Fix Javadoc in buildable type discovery
2 parents fa5ab71 + 863cb6d commit e19d636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/inferred/freebuilder/processor/BuildableType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
* API to proto or &#64;FreeBuilder:<ul>
5353
* <li> a public constructor, or static builder()/newBuilder() method;
5454
* <li> build(), buildPartial() and clear() methods; and
55-
* <li> a mergeWith(Value) method.
55+
* <li> a mergeFrom(Value) method.
5656
* </ul>
5757
*/
5858
@FreeBuilder

0 commit comments

Comments
 (0)