Fixed javadoc in NonEmptyAtclauseDescription #365

This commit is contained in:
maxvetrenko 2014-11-14 16:05:47 +03:00 committed by Roman Ivanov
parent 97b99c6528
commit d70ad3db63
1 changed files with 3 additions and 3 deletions

View File

@ -65,9 +65,9 @@ public class NonEmptyAtclauseDescriptionCheck extends AbstractJavadocCheck
}
/**
*
* @param aTagNode Some javadoc.
* @return Some javadoc.
* Tests if at-clause tag is empty.
* @param aTagNode at-clause tag.
* @return true, if at-clause tag is empty.
*/
private boolean isEmptyTag(DetailNode aTagNode)
{