fix checkstyle errors
This commit is contained in:
parent
c0a8e0ff6c
commit
cd32cd1ab0
|
|
@ -60,7 +60,8 @@ public class ConstantNameCheck
|
|||
// Serialization. Cannot enforce rules on it. :-)
|
||||
final DetailAST nameAST = aAST.findFirstToken(TokenTypes.IDENT);
|
||||
if ((nameAST != null)
|
||||
&& !("serialVersionUID".equals(nameAST.getText()))) {
|
||||
&& !("serialVersionUID".equals(nameAST.getText())))
|
||||
{
|
||||
retVal = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue