Duplicate getter-setter after merge

This commit is contained in:
Prachi Damle 2013-10-10 00:47:36 -07:00
parent 8245154c2f
commit 5c7db71bbb
1 changed files with 0 additions and 8 deletions

View File

@ -115,12 +115,4 @@ public class AclRolePermissionVO implements AclRolePermission {
this.allowed = allowed;
}
@Override
public PermissionScope getScope() {
return scope;
}
public void setScope(PermissionScope scope) {
this.scope = scope;
}
}