fixed typo in javadoc

This commit is contained in:
Lars Kühne 2005-07-03 09:37:59 +00:00
parent c8aae6e57e
commit b106eab041
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ public class JavadocMethodCheck extends AbstractTypeAwareCheck
private boolean mAllowMissingReturnTag;
/**
* Controls whether to ignoreerrors when there is no javadoc. Defaults to
* Controls whether to ignore errors when there is no javadoc. Defaults to
* false.
*/
private boolean mAllowMissingJavadoc;