diff options
Diffstat (limited to 'libjava/classpath/java/security/acl/AclEntry.java')
-rw-r--r-- | libjava/classpath/java/security/acl/AclEntry.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/java/security/acl/AclEntry.java b/libjava/classpath/java/security/acl/AclEntry.java index ea906f1..47154b2 100644 --- a/libjava/classpath/java/security/acl/AclEntry.java +++ b/libjava/classpath/java/security/acl/AclEntry.java @@ -42,10 +42,10 @@ import java.util.Enumeration; /** * This interface models an entry in an access control list (ACL). Java - * ACL's consist of a list of entries, where each consists of a + * ACL's consist of a list of entries, where each consists of a * <code>Principal</code> and a list of <code>Permission</code>'s which * have been granted to that <code>Principal</code>. An ACL can also - * be <em>negative</em>, which indicates that the list of + * be <em>negative</em>, which indicates that the list of * <code>Permission</code>'s is a list of permissions that are <em>not</em> * granted to the <code>Principal</code>. A <code>Principal</code> can * have at most one regular (or positive) ACL entry and one negative |