correct checkstyle errors

This commit is contained in:
Rick Giles 2003-06-30 23:48:29 +00:00
parent 9f4164a450
commit 772107d27c
1 changed files with 1 additions and 1 deletions

View File

@ -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"});
}