summaryrefslogtreecommitdiff
path: root/java/security/acl/Acl.java
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2003-08-17 00:25:56 +0000
committerMark Wielaard <mark@klomp.org>2003-08-17 00:25:56 +0000
commitb17e5ca4d019d8e17ac60c90e1f2ce8dbebf4481 (patch)
treeec7d83e699fa0341c19efa1c487477dcf2a74797 /java/security/acl/Acl.java
parentdbc4445043f4ba6e4465e29468e9511bf1dfd342 (diff)
downloadclasspath-b17e5ca4d019d8e17ac60c90e1f2ce8dbebf4481.tar.gz
* java/security/Security.java: Don't use &nbsp; in the api
documentation. * java/security/acl/Acl.java: Fix broken p tag. * java/text/DateFormatSymbols.java: Correctly open and close li tags. * javax/swing/border/LineBorder.java: Close img tag alt attributes. * javax/swing/plaf/TreeUI.java: Likewise. * javax/swing/plaf/basic/BasicTreeUI.java: Likewise.
Diffstat (limited to 'java/security/acl/Acl.java')
-rw-r--r--java/security/acl/Acl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/security/acl/Acl.java b/java/security/acl/Acl.java
index 4e776f50c..07d07ecd4 100644
--- a/java/security/acl/Acl.java
+++ b/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.