aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java')
-rw-r--r--libjava/java/security/acl/Acl.java2
-rw-r--r--libjava/java/text/DateFormatSymbols.java74
-rw-r--r--libjava/java/util/Properties.java2
-rw-r--r--libjava/java/util/PropertyResourceBundle.java4
4 files changed, 41 insertions, 41 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.
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
diff --git a/libjava/java/util/Properties.java b/libjava/java/util/Properties.java
index 52ca144..2f44289 100644
--- a/libjava/java/util/Properties.java
+++ b/libjava/java/util/Properties.java
@@ -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
diff --git a/libjava/java/util/PropertyResourceBundle.java b/libjava/java/util/PropertyResourceBundle.java
index 7ebe2b1..d873e13 100644
--- a/libjava/java/util/PropertyResourceBundle.java
+++ b/libjava/java/util/PropertyResourceBundle.java
@@ -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>