diff options
author | Mark Wielaard <mark@klomp.org> | 2003-08-26 22:42:37 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2003-08-26 22:42:37 +0000 |
commit | a85993787b6d4270ae5447eed498168a1c37642b (patch) | |
tree | 45c62676692e2d70b2a2b3b6e72d2bfbf8f4dfd5 /libjava/java/text | |
parent | 18b3501e639925e4de72b6b7be07c4c667e74090 (diff) | |
download | gcc-a85993787b6d4270ae5447eed498168a1c37642b.zip gcc-a85993787b6d4270ae5447eed498168a1c37642b.tar.gz gcc-a85993787b6d4270ae5447eed498168a1c37642b.tar.bz2 |
Acl.java: Fix broken p tag.
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 ä in api
documentation.
* java/util/PropertyResourceBundle.java: Likewise and add closing code
tag.
From-SVN: r70825
Diffstat (limited to 'libjava/java/text')
-rw-r--r-- | libjava/java/text/DateFormatSymbols.java | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/libjava/java/text/DateFormatSymbols.java b/libjava/java/text/DateFormatSymbols.java index fcc0019..e6cf9ea 100644 --- a/libjava/java/text/DateFormatSymbols.java +++ b/libjava/java/text/DateFormatSymbols.java @@ -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 |