Fixed JavaDoc wrong method reference
This commit is contained in:
parent
057394fff7
commit
19b80e2938
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue