correct checkstyle errors
This commit is contained in:
parent
9f4164a450
commit
772107d27c
|
|
@ -43,7 +43,7 @@ public class EntityBeanEjbHomeCheck
|
|||
{
|
||||
checkMethod(aAST);
|
||||
if (Utils.hasThrows(aAST, "java.rmi.RemoteException")) {
|
||||
log(nameAST.getLineNo(), nameAST.getColumnNo(),
|
||||
log(nameAST.getLineNo(), nameAST.getColumnNo(),
|
||||
"illegalthrows.bean",
|
||||
new Object[] {name, "java.rmi.RemoteException"});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue