fix for gaim failure. caused by previous commit

This commit is contained in:
Oleg Sukhodolsky 2005-01-20 08:53:08 +00:00
parent 6e731d17e0
commit 38ee64b601
1 changed files with 2 additions and 1 deletions

View File

@ -255,8 +255,9 @@ public class JavadocMethodCheck
}
/**
* Controls whether to ignoreerrors when there is no javadoc.
* Controls whether to ignore errors when there is no javadoc.
* Defaults to false.
* @param aFlag a <code>Boolean</code> value
*/
public void setAllowMissingJavadoc(boolean aFlag)
{