Skip to content

Commit 8633b93

Browse files
committed
Minor javadoc fix
1 parent 0acf99d commit 8633b93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/org/jboss/forge/roaster/model/source/MethodSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public interface MethodSource<O extends JavaSource<O>> extends Method<O, MethodS
3535

3636
/**
3737
* Toggle this method as a constructor. If true, and the name of the {@link Method} is not the same as the name of
38-
* its parent {@link JavaClass} , update the name of the to match.
38+
* its parent {@link JavaClass} , update the name of the method to match.
3939
*/
4040
MethodSource<O> setConstructor(final boolean constructor);
4141

0 commit comments

Comments
 (0)