Fixed JavaDoc wrong method reference

This commit is contained in:
Ilja Gubins 2014-03-16 16:42:41 +02:00
parent 057394fff7
commit 19b80e2938
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ public class JavadocStyleCheck
* @param aAST the AST of the element being documented
* @param aComment the source lines that make up the Javadoc comment.
*
* @see #checkFirstSentence(TextBlock)
* @see #checkFirstSentence(DetailAST, TextBlock)
* @see #checkHtml(DetailAST, TextBlock)
*/
private void checkComment(final DetailAST aAST, final TextBlock aComment)