summaryrefslogtreecommitdiffstats
path: root/libjava/java/security/acl/Acl.java
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-26 22:42:37 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-26 22:42:37 +0000
commit243da5deeade8a2cc51b9211ba9ffef9330f5684 (patch)
tree45c62676692e2d70b2a2b3b6e72d2bfbf8f4dfd5 /libjava/java/security/acl/Acl.java
parentf833f068f75baa73259439a30e958d44a9687e1b (diff)
downloadppe42-gcc-243da5deeade8a2cc51b9211ba9ffef9330f5684.tar.gz
ppe42-gcc-243da5deeade8a2cc51b9211ba9ffef9330f5684.zip
2003-08-26 Mark Wielaard <mark@klomp.org>
* 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. * java/util/Properties.java: Use the word umlaut, not &auml; in api documentation. * java/util/PropertyResourceBundle.java: Likewise and add closing code tag. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70825 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/security/acl/Acl.java')
-rw-r--r--libjava/java/security/acl/Acl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/security/acl/Acl.java b/libjava/java/security/acl/Acl.java
index 4e776f50cc0..07d07ecd4a4 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.
OpenPOWER on IntegriCloud