slight performance++
This commit is contained in:
parent
d6cd268f3c
commit
707ff8ca7d
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -16,6 +16,6 @@ public class AllowAllRestriction implements PermissionManager {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public PermissionManager clone() {
|
public PermissionManager clone() {
|
||||||
return new AllowAllRestriction();
|
return this;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue