diff options
Diffstat (limited to 'libjava/java/security/acl/Acl.java')
-rw-r--r-- | libjava/java/security/acl/Acl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/security/acl/Acl.java b/libjava/java/security/acl/Acl.java index 4e776f5..07d07ec 100644 --- a/libjava/java/security/acl/Acl.java +++ b/libjava/java/security/acl/Acl.java @@ -52,7 +52,7 @@ import java.util.Enumeration; * <code>Principal</code> belongs have an ACL entry, the permissions for * the individual <code>Principal</code> take precedence over the * permissions of the <code>Group</code> if there is a conflict. - * <p + * <p> * Additionally, the ACL interface extends the <code>Owner</code> interface * and so an ACL has owners. Actions which modify the ACL are restricted * to owners. |