mirror of https://github.com/apache/cloudstack.git
Duplicate getter-setter after merge
This commit is contained in:
parent
8245154c2f
commit
5c7db71bbb
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue