Skip to content

Commit

Permalink
Minor javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Oct 27, 2014
1 parent 0acf99d commit 8633b93
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@ public interface MethodSource<O extends JavaSource<O>> extends Method<O, MethodS

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

Expand Down

0 comments on commit 8633b93

Please sign in to comment.