1
0
mirror of synced 2026-08-06 02:08:01 +00:00
This commit is contained in:
Johnny Lim
2016-06-24 10:41:18 +09:00
committed by Rob Winch
parent 764a4d8414
commit 310bb39a0d
10 changed files with 14 additions and 14 deletions
@@ -46,7 +46,7 @@ public interface AccessControlEntry extends Serializable {
Sid getSid();
/**
* Indicates the a Permission is being granted to the relevant Sid. If false,
* Indicates the permission is being granted to the relevant Sid. If false,
* indicates the permission is being revoked/blocked.
*
* @return true if being granted, false otherwise