Javadoc typo corrected (as suggested on mailing list)
This commit is contained in:
parent
9421b66611
commit
725ec767b6
|
@ -102,7 +102,7 @@ public abstract class AbstractBasicAclEntry implements BasicAclEntry {
|
|||
/**
|
||||
* Subclasses must indicate the permissions they support. Each base
|
||||
* permission should be an integer with a base 2. ie: the first permission
|
||||
* is 2^^0 (1), the second permission is 2^^1 (1), the third permission is
|
||||
* is 2^^0 (1), the second permission is 2^^1 (2), the third permission is
|
||||
* 2^^2 (4) etc. Each base permission should be exposed by the subclass as
|
||||
* a <code>public static final int</code>. It is further recommended that
|
||||
* valid combinations of permissions are also exposed as <code>public
|
||||
|
|
Loading…
Reference in New Issue