Clone this ACL entry.
()
| 86 | * Clone this ACL entry. |
| 87 | */ |
| 88 | @Override |
| 89 | public Object clone() throws CloneNotSupportedException { |
| 90 | ACL acl = (ACL)super.clone(); |
| 91 | acl.rights = (Rights)this.rights.clone(); |
| 92 | return acl; |
| 93 | } |
| 94 | } |
no outgoing calls
no test coverage detected