Fix incorrect references in Javadoc. #1555

Fixes `JavadocReference` inspection violations.

Description:
>This inspection points out unresolved references inside javadoc
This commit is contained in:
Michal Kordas 2015-08-08 12:17:08 +02:00 committed by Roman Ivanov
parent 261e9a2bab
commit b5825ca34c
2 changed files with 3 additions and 3 deletions

View File

@ -208,8 +208,8 @@ public class HiddenFieldCheck
}
/**
* Called to process tokens other than {@link TokenTypes.VARIABLE_DEF}
* and {@link TokenTypes.PARAMETER_DEF}
* Called to process tokens other than {@link TokenTypes#VARIABLE_DEF}
* and {@link TokenTypes#PARAMETER_DEF}
*
* @param ast token to process
* @param type type of the token

View File

@ -147,7 +147,7 @@ public class ParenPadCheck extends AbstractParenPadCheck {
}
/**
* Checks parens in {@link TokenTypes#FOR_LITERAL}.
* Checks parens in {@link TokenTypes#LITERAL_FOR}.
* @param ast the token to check.
*/
private void visitLiteralFor(DetailAST ast) {