]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Acl.java: Fix broken p tag.
authorMark Wielaard <mark@klomp.org>
Tue, 26 Aug 2003 22:42:37 +0000 (22:42 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 26 Aug 2003 22:42:37 +0000 (22:42 +0000)
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.

From-SVN: r70825

libjava/ChangeLog
libjava/java/security/acl/Acl.java
libjava/java/text/DateFormatSymbols.java
libjava/java/util/Properties.java
libjava/java/util/PropertyResourceBundle.java
libjava/javax/swing/border/LineBorder.java
libjava/javax/swing/plaf/TreeUI.java
libjava/javax/swing/plaf/basic/BasicTreeUI.java

index 8008789f36164d5ec1289c46032da514b37a0d47..fdb5570956bb3b1d42d6860a6d8fd7e387d9c91e 100644 (file)
@@ -1,3 +1,15 @@
+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.
+
 2003-08-26  Tom Tromey  <tromey@redhat.com>
 
        * Makefile.in: Rebuilt.
index 4e776f50cc0d7419849116d32276fef73bdf3531..07d07ecd4a4a7a5974fca9e95b84bc3c7469275d 100644 (file)
@@ -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.
index fcc00196825f3a2cb4ea7d9380d0545675a4d951..e6cf9ea3cc84edfb6f4bf87f0fa1646e1ee50090 100644 (file)
@@ -1,5 +1,5 @@
 /* ChoiceFormat.java -- Format over a range of numbers
-   Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -156,24 +156,24 @@ public class DateFormatSymbols implements java.io.Serializable, Cloneable
     * locale):
     * <p>
     * <ul>
-    * <li>0 - era (G)
-    * <li>1 - year (y)
-    * <li>2 - month (M)
-    * <li 3 - day of month (d)
-    * <li>4 - hour out of 12, from 1-12 (h)
-    * <li>5 - hour out of 24, from 0-23 (H)
-    * <li>6 - minute (m)
-    * <li>7 - second (s)
-    * <li>8 - millisecond (S)
-    * <li>9 - date of week (E)
-    * <li>10 - date of year (D)
-    * <li>11 - day of week in month, eg. "4th Thur in Nov" (F)
-    * <li>12 - week in year (w)
-    * <li>13 - week in month (W)
-    * <li>14 - am/pm (a)
-    * <li>15 - hour out of 24, from 1-24 (k)
-    * <li>16 - hour out of 12, from 0-11 (K)
-    * <li>17 - time zone (z)
+    * <li>0 - era (G)</li>
+    * <li>1 - year (y)</li>
+    * <li>2 - month (M)</li>
+    * <li>3 - day of month (d)</li>
+    * <li>4 - hour out of 12, from 1-12 (h)</li>
+    * <li>5 - hour out of 24, from 0-23 (H)</li>
+    * <li>6 - minute (m)</li>
+    * <li>7 - second (s)</li>
+    * <li>8 - millisecond (S)</li>
+    * <li>9 - date of week (E)</li>
+    * <li>10 - date of year (D)</li>
+    * <li>11 - day of week in month, eg. "4th Thur in Nov" (F)</li>
+    * <li>12 - week in year (w)</li>
+    * <li>13 - week in month (W)</li>
+    * <li>14 - am/pm (a)</li>
+    * <li>15 - hour out of 24, from 1-24 (k)</li>
+    * <li>16 - hour out of 12, from 0-11 (K)</li>
+    * <li>17 - time zone (z)</li>
     * </ul>
     *
     * @return The format patter characters
@@ -295,24 +295,24 @@ public class DateFormatSymbols implements java.io.Serializable, Cloneable
     * locale):
     * <p>
     * <ul>
-    * <li>0 - era (G)
-    * <li>1 - year (y)
-    * <li>2 - month (M)
-    * <li 3 - day of month (d)
-    * <li>4 - hour out of 12, from 1-12 (h)
-    * <li>5 - hour out of 24, from 0-23 (H)
-    * <li>6 - minute (m)
-    * <li>7 - second (s)
-    * <li>8 - millisecond (S)
-    * <li>9 - date of week (E)
-    * <li>10 - date of year (D)
-    * <li>11 - day of week in month, eg. "4th Thur in Nov" (F)
-    * <li>12 - week in year (w)
-    * <li>13 - week in month (W)
-    * <li>14 - am/pm (a)
-    * <li>15 - hour out of 24, from 1-24 (k)
-    * <li>16 - hour out of 12, from 0-11 (K)
-    * <li>17 - time zone (z)
+    * <li>0 - era (G)</li>
+    * <li>1 - year (y)</li>
+    * <li>2 - month (M)</li>
+    * <li>3 - day of month (d)</li>
+    * <li>4 - hour out of 12, from 1-12 (h)</li>
+    * <li>5 - hour out of 24, from 0-23 (H)</li>
+    * <li>6 - minute (m)</li>
+    * <li>7 - second (s)</li>
+    * <li>8 - millisecond (S)</li>
+    * <li>9 - date of week (E)</li>
+    * <li>10 - date of year (D)</li>
+    * <li>11 - day of week in month, eg. "4th Thur in Nov" (F)</li>
+    * <li>12 - week in year (w)</li>
+    * <li>13 - week in month (W)</li>
+    * <li>14 - am/pm (a)</li>
+    * <li>15 - hour out of 24, from 1-24 (k)</li>
+    * <li>16 - hour out of 12, from 0-11 (K)</li>
+    * <li>17 - time zone (z)</li>
     * </ul>
     *
     * @param localPatternChars The new format patter characters
index 52ca144cb7002aff7eb3b30da32694665d8ba4de..2f4428958d4bcfdd8d26cf7be90615b9cccefc8c 100644 (file)
@@ -56,7 +56,7 @@ import java.io.OutputStreamWriter;
  * here.  This extends the example given in ListResourceBundle.
  * Create a file MyResource_de.properties with the following contents
  * and put it in the CLASSPATH.  (The character
- * <code>\</code><code>u00e4</code> is the german &auml;)
+ * <code>\</code><code>u00e4</code> is the german umlaut)
  *
  * 
 <pre>s1=3
index 7ebe2b1e6df0d9a9c4e956a884cf10c9b10f3d2c..d873e134e627a84d6ddf46921fb2b6b7418736e9 100644 (file)
@@ -61,8 +61,8 @@ import java.io.InputStream;
  * An example of a properties file for the german language is given
  * here. This extends the example given in ListResourceBundle.
  * Create a file MyResource_de.properties with the following contents
- * and put it in the CLASSPATH. (The char <code>\u00e4<char> is the
- * german &auml;)
+ * and put it in the CLASSPATH. (The char <code>\u00e4</code> is the
+ * german umlaut)
  *
  *
 <pre>
index bf42309a27b69241259582bc6aff0eee2c27a287..2b8c8bae98edeed8ff48efa73086f13425ab1c28 100644 (file)
@@ -129,7 +129,7 @@ public class LineBorder
    * it has rounded corners.
    * 
    * <p><img src="doc-files/LineBorder-1.png" width="500" height="200"
-   * alt="[An illustration of two LineBorders] />
+   * alt="[An illustration of two LineBorders]" />
    *
    * <p>Note that the enlarged view in the right-hand picture shows
    * that the implementation draws one more pixel than specified,
index 7c441343bb2aaf9c526da0aaaf734a9b08b8d6f8..55327e2a01464c67b610fa3ec6a5fbc3f9645e91 100644 (file)
@@ -126,7 +126,7 @@ public abstract class TreeUI
    * Finds the path that is closest to the specified position.
    *
    * <p><img src="doc-files/TreeUI-1.png" width="300" height="250"
-   * alt="[A screen shot of a JTree] />
+   * alt="[A screen shot of a JTree]" />
    *
    * <p>As shown by the above illustration, the bounds of the
    * closest path do not necessarily need to contain the passed
index 0c20cb7c710a19825177a91d7d29feebf1d40849..dac2f01601b2ea825fafb21c31a8066b783b1346 100644 (file)
@@ -133,7 +133,7 @@ public class BasicTreeUI
    * Finds the path that is closest to the specified position.
    *
    * <p><img src="../doc-files/TreeUI-1.png" width="300" height="250"
-   * alt="[A screen shot of a JTree] />
+   * alt="[A screen shot of a JTree]" />
    *
    * <p>As shown by the above illustration, the bounds of the
    * closest path do not necessarily need to contain the passed