[kaffe] CVS kaffe (dalibor): Resynced java.text with GNU Classpath

Kaffe CVS cvs-commits at kaffe.org
Fri Apr 23 10:55:03 PDT 2004


PatchSet 4684 
Date: 2004/04/23 17:35:10
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Resynced java.text with GNU Classpath

2004-04-22  Dalibor Topic <robilad at kaffe.org>

        * libraries/javalib/java/text/AttributedCharacterIterator.java,
        libraries/javalib/java/text/AttributedString.java,
        libraries/javalib/java/text/AttributedStringIterator.java,
        libraries/javalib/java/text/ChoiceFormat.java,
        libraries/javalib/java/text/CollationElementIterator.java,
        libraries/javalib/java/text/CollationKey.java,
        libraries/javalib/java/text/Collator.java,
        libraries/javalib/java/text/DateFormat.java,
        libraries/javalib/java/text/DateFormatSymbols.java,
        libraries/javalib/java/text/DecimalFormatSymbols.java,
        libraries/javalib/java/text/Format.java,
        libraries/javalib/java/text/NumberFormat.java,
        libraries/javalib/java/text/ParsePosition.java,
        libraries/javalib/java/text/RuleBasedCollator.java,
        libraries/javalib/java/text/SimpleDateFormat.java,
        libraries/javalib/java/text/StringCharacterIterator.java:
        Resynced with GNU Classpath.

        2004-04-20  Michael Koch  <konqueror at gmx.de>

        * java/text/AttributedCharacterIterator.java
        (Attribute): Made public.

        2004-04-20  Graydon Hoare  <graydon at redhat.com>

        * java/text/AttributedString.java
        (addAttribute): Fix off-by-one.
        (getIterator): Likewise.
        * java/text/AttributedStringIterator.java
        (getRunLimit): Correct logic.
        (getRunStart): Likewise.
        (getAttribute): Fix inequality.
        (getAttributes): Likewise.

        2004-04-17  Michael Koch  <konqueror at gmx.de>

        * java/text/ChoiceFormat.java,
        java/text/CollationElementIterator.java,
        java/text/CollationKey.java,
        java/text/Collator.java,
        java/text/DateFormat.java,
        java/text/DateFormatSymbols.java,
        java/text/DecimalFormatSymbols.java,
        java/text/Format.java,
        java/text/ParsePosition.java,
        java/text/RuleBasedCollator.java,
        java/text/SimpleDateFormat.java,
        java/text/StringCharacterIterator.java:
        Fixed HTML tags in javadocs all over

Members: 
	ChangeLog:1.2260->1.2261 
	libraries/javalib/java/text/AttributedCharacterIterator.java:1.6->1.7 
	libraries/javalib/java/text/AttributedString.java:1.5->1.6 
	libraries/javalib/java/text/AttributedStringIterator.java:1.4->1.5 
	libraries/javalib/java/text/ChoiceFormat.java:1.12->1.13 
	libraries/javalib/java/text/CollationElementIterator.java:1.14->1.15 
	libraries/javalib/java/text/CollationKey.java:1.15->1.16 
	libraries/javalib/java/text/Collator.java:1.13->1.14 
	libraries/javalib/java/text/DateFormat.java:1.18->1.19 
	libraries/javalib/java/text/DateFormatSymbols.java:1.11->1.12 
	libraries/javalib/java/text/DecimalFormatSymbols.java:1.14->1.15 
	libraries/javalib/java/text/Format.java:1.16->1.17 
	libraries/javalib/java/text/NumberFormat.java:1.21->1.22 
	libraries/javalib/java/text/ParsePosition.java:1.6->1.7 
	libraries/javalib/java/text/RuleBasedCollator.java:1.18->1.19 
	libraries/javalib/java/text/SimpleDateFormat.java:1.32->1.33 
	libraries/javalib/java/text/StringCharacterIterator.java:1.13->1.14 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2260 kaffe/ChangeLog:1.2261
--- kaffe/ChangeLog:1.2260	Fri Apr 23 15:12:46 2004
+++ kaffe/ChangeLog	Fri Apr 23 17:35:10 2004
@@ -1,3 +1,55 @@
+2004-04-22  Dalibor Topic <robilad at kaffe.org>
+
+        * libraries/javalib/java/text/AttributedCharacterIterator.java,
+        libraries/javalib/java/text/AttributedString.java,
+        libraries/javalib/java/text/AttributedStringIterator.java,
+        libraries/javalib/java/text/ChoiceFormat.java,
+        libraries/javalib/java/text/CollationElementIterator.java,
+        libraries/javalib/java/text/CollationKey.java,
+        libraries/javalib/java/text/Collator.java,
+        libraries/javalib/java/text/DateFormat.java,
+        libraries/javalib/java/text/DateFormatSymbols.java,
+        libraries/javalib/java/text/DecimalFormatSymbols.java,
+        libraries/javalib/java/text/Format.java,
+        libraries/javalib/java/text/NumberFormat.java,
+        libraries/javalib/java/text/ParsePosition.java,
+        libraries/javalib/java/text/RuleBasedCollator.java,
+        libraries/javalib/java/text/SimpleDateFormat.java,
+        libraries/javalib/java/text/StringCharacterIterator.java:
+	Resynced with GNU Classpath.
+
+	2004-04-20  Michael Koch  <konqueror at gmx.de>
+
+        * java/text/AttributedCharacterIterator.java
+        (Attribute): Made public.
+
+	2004-04-20  Graydon Hoare  <graydon at redhat.com>
+
+        * java/text/AttributedString.java
+        (addAttribute): Fix off-by-one.
+        (getIterator): Likewise.
+        * java/text/AttributedStringIterator.java
+        (getRunLimit): Correct logic.
+        (getRunStart): Likewise.
+        (getAttribute): Fix inequality.
+        (getAttributes): Likewise.
+
+	2004-04-17  Michael Koch  <konqueror at gmx.de>
+
+        * java/text/ChoiceFormat.java,
+        java/text/CollationElementIterator.java,
+        java/text/CollationKey.java,
+        java/text/Collator.java,
+        java/text/DateFormat.java,
+        java/text/DateFormatSymbols.java,
+        java/text/DecimalFormatSymbols.java,
+        java/text/Format.java,
+        java/text/ParsePosition.java,
+        java/text/RuleBasedCollator.java,
+        java/text/SimpleDateFormat.java,
+        java/text/StringCharacterIterator.java:
+        Fixed HTML tags in javadocs all over
+		
 2004-04-23  Ito kazumitsu <kaz at maczuka.gcd.org>
 
 	* libraries/javalib/java/net/Socket.java: Reverted.
Index: kaffe/libraries/javalib/java/text/AttributedCharacterIterator.java
diff -u kaffe/libraries/javalib/java/text/AttributedCharacterIterator.java:1.6 kaffe/libraries/javalib/java/text/AttributedCharacterIterator.java:1.7
--- kaffe/libraries/javalib/java/text/AttributedCharacterIterator.java:1.6	Mon Apr 12 11:40:33 2004
+++ kaffe/libraries/javalib/java/text/AttributedCharacterIterator.java	Fri Apr 23 17:35:12 2004
@@ -60,7 +60,7 @@
   /**
    * This class defines attribute keys that are used as text attributes.
    */
-  class Attribute implements Serializable
+  public static class Attribute implements Serializable
   {
     private static final long serialVersionUID = -9142742483513960612L;
 
Index: kaffe/libraries/javalib/java/text/AttributedString.java
diff -u kaffe/libraries/javalib/java/text/AttributedString.java:1.5 kaffe/libraries/javalib/java/text/AttributedString.java:1.6
--- kaffe/libraries/javalib/java/text/AttributedString.java:1.5	Tue Mar 30 16:05:38 2004
+++ kaffe/libraries/javalib/java/text/AttributedString.java	Fri Apr 23 17:35:12 2004
@@ -219,8 +219,8 @@
 
   // Get the valid attribute list
   Set all_attribs = aci.getAllAttributeKeys();
-   if (attributes != null)
-     all_attribs.retainAll(Arrays.asList(attributes));
+  if (attributes != null)
+    all_attribs.retainAll(Arrays.asList(attributes));
 
   // Loop through and extract the attributes
   char c = aci.setIndex(begin_index);
@@ -371,8 +371,7 @@
 public AttributedCharacterIterator
 getIterator()
 {
-  return(new AttributedStringIterator(sci, attribs, 0, sci.getEndIndex(),
-				      null));
+  return(new AttributedStringIterator(sci, attribs, 0, sci.getEndIndex(), null));
 }
 
 /*************************************************************************/
Index: kaffe/libraries/javalib/java/text/AttributedStringIterator.java
diff -u kaffe/libraries/javalib/java/text/AttributedStringIterator.java:1.4 kaffe/libraries/javalib/java/text/AttributedStringIterator.java:1.5
--- kaffe/libraries/javalib/java/text/AttributedStringIterator.java:1.4	Tue Mar 30 16:05:40 2004
+++ kaffe/libraries/javalib/java/text/AttributedStringIterator.java	Fri Apr 23 17:35:12 2004
@@ -1,5 +1,5 @@
 /* AttributedStringIterator.java -- Class to iterate over AttributedString
-   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -277,20 +277,20 @@
   boolean hit = false;
   int runBegin = 0;
   int pos = ci.getIndex ();
-  
+
   for (int i = 0; i < attribs.length; ++i)
     {
       if (pos >= attribs[i].begin_index &&
           pos <= attribs[i].end_index)
-	{	  
-	  Iterator iter = attribute_set.iterator();
-	  while(iter.hasNext())
+        {
+          Iterator iter = attribute_set.iterator();
+          while(iter.hasNext()) 
             if (attribs[i].attribs.containsKey(iter.next()))
               {
                 hit = true;
                 runBegin = Math.max(runBegin, attribs[i].begin_index);
-	      }
-	}
+              }
+        }
     }
   if (hit)
     return runBegin;
Index: kaffe/libraries/javalib/java/text/ChoiceFormat.java
diff -u kaffe/libraries/javalib/java/text/ChoiceFormat.java:1.12 kaffe/libraries/javalib/java/text/ChoiceFormat.java:1.13
--- kaffe/libraries/javalib/java/text/ChoiceFormat.java:1.12	Sat Aug 16 11:03:47 2003
+++ kaffe/libraries/javalib/java/text/ChoiceFormat.java	Fri Apr 23 17:35:12 2004
@@ -45,7 +45,7 @@
  * To use this class, first specify two lists of formats and range terminators.
  * These lists must be arrays of equal length.  The format of index 
  * <code>i</code> will be selected for value <code>X</code> if 
- * <code>terminator[i] <= X < limit[i + 1]</code>.  If the value X is not
+ * <code>terminator[i] &lt;= X &lt; limit[i + 1]</code>.  If the value X is not
  * included in any range, then either the first or last format will be 
  * used depending on whether the value X falls outside the range.
  * <p>
@@ -196,10 +196,10 @@
    * This method tests this object for equality with the specified 
    * object.  This will be true if and only if:
    * <ul>
-   * <li>The specified object is not <code>null</code>.
-   * <li>The specified object is an instance of <code>ChoiceFormat</code>.
+   * <li>The specified object is not <code>null</code>.</li>
+   * <li>The specified object is an instance of <code>ChoiceFormat</code>.</li>
    * <li>The termination ranges and format strings are identical to
-   *     this object's. 
+   *     this object's. </li>
    * </ul>
    *
    * @param obj The object to test for equality against.
Index: kaffe/libraries/javalib/java/text/CollationElementIterator.java
diff -u kaffe/libraries/javalib/java/text/CollationElementIterator.java:1.14 kaffe/libraries/javalib/java/text/CollationElementIterator.java:1.15
--- kaffe/libraries/javalib/java/text/CollationElementIterator.java:1.14	Tue Mar 30 16:05:40 2004
+++ kaffe/libraries/javalib/java/text/CollationElementIterator.java	Fri Apr 23 17:35:12 2004
@@ -184,7 +184,7 @@
 
   /**
    * This method resets the internal position pointer to read from the
-   * beginning of the <code>String again.
+   * beginning of the <code>String</code> again.
    */
   public void reset()
   {
Index: kaffe/libraries/javalib/java/text/CollationKey.java
diff -u kaffe/libraries/javalib/java/text/CollationKey.java:1.15 kaffe/libraries/javalib/java/text/CollationKey.java:1.16
--- kaffe/libraries/javalib/java/text/CollationKey.java:1.15	Sun Jan 11 19:43:50 2004
+++ kaffe/libraries/javalib/java/text/CollationKey.java	Fri Apr 23 17:35:12 2004
@@ -129,12 +129,12 @@
    * this object.  This will be true if and only if:
    * <p>
    * <ul>
-   * <li>The specified object must not be <code>null</code>
-   * <li>The specified object is an instance of <code>CollationKey</code>.
+   * <li>The specified object must not be <code>null</code></li>
+   * <li>The specified object is an instance of <code>CollationKey</code>.</li>
    * <li>The specified object was created from the same <code>Collator</code>
-   * as this object.
+   * as this object.</li>
    * <li>The specified object has the same source string and bit key as
-   * this object.
+   * this object.</li>
    * </ul>
    *
    * @param obj The <code>Object</code> to test for equality.
Index: kaffe/libraries/javalib/java/text/Collator.java
diff -u kaffe/libraries/javalib/java/text/Collator.java:1.13 kaffe/libraries/javalib/java/text/Collator.java:1.14
--- kaffe/libraries/javalib/java/text/Collator.java:1.13	Mon Mar 22 11:25:04 2004
+++ kaffe/libraries/javalib/java/text/Collator.java	Fri Apr 23 17:35:12 2004
@@ -1,5 +1,5 @@
 /* Collator.java -- Perform locale dependent String comparisons.
-   Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -183,10 +183,10 @@
    * object.  This will be true if and only if the following conditions are
    * met:
    * <ul>
-   * <li>The specified object is not <code>null</code>.
-   * <li>The specified object is an instance of <code>Collator</code>.
+   * <li>The specified object is not <code>null</code>.</li>
+   * <li>The specified object is an instance of <code>Collator</code>.</li>
    * <li>The specified object has the same strength and decomposition
-   * settings as this object.
+   * settings as this object.</li>
    * </ul>
    *
    * @param obj The <code>Object</code> to test for equality against
Index: kaffe/libraries/javalib/java/text/DateFormat.java
diff -u kaffe/libraries/javalib/java/text/DateFormat.java:1.18 kaffe/libraries/javalib/java/text/DateFormat.java:1.19
--- kaffe/libraries/javalib/java/text/DateFormat.java:1.18	Thu Dec  4 02:54:06 2003
+++ kaffe/libraries/javalib/java/text/DateFormat.java	Fri Apr 23 17:35:12 2004
@@ -196,9 +196,9 @@
    * object:
    * <P>
    * <ul>
-   * <li>Is not <code>null</code>.
-   * <li>Is an instance of <code>DateFormat</code>.
-   * <li>Has the same numberFormat field value as this object.
+   * <li>Is not <code>null</code>.</li>
+   * <li>Is an instance of <code>DateFormat</code>.</li>
+   * <li>Has the same numberFormat field value as this object.</li>
    * </ul>
    *
    * @param obj The object to test for equality against.
Index: kaffe/libraries/javalib/java/text/DateFormatSymbols.java
diff -u kaffe/libraries/javalib/java/text/DateFormatSymbols.java:1.11 kaffe/libraries/javalib/java/text/DateFormatSymbols.java:1.12
--- kaffe/libraries/javalib/java/text/DateFormatSymbols.java:1.11	Sun Jan 11 17:48:59 2004
+++ kaffe/libraries/javalib/java/text/DateFormatSymbols.java	Fri Apr 23 17:35:12 2004
@@ -245,11 +245,12 @@
    * the array contains five values:
    * <P>
    * <ul>
-   * <li>0 - The non-localized time zone id string.
-   * <li>1 - The long name of the time zone (standard time).
-   * <li>2 - The short name of the time zone (standard time).
-   * <li>3 - The long name of the time zone (daylight savings time).
-   * <li>4 - the short name of the time zone (daylight savings time).
+   * <li>0 - The non-localized time zone id string.</li>
+   * <li>1 - The long name of the time zone (standard time).</li>
+   * <li>2 - The short name of the time zone (standard time).</li>
+   * <li>3 - The long name of the time zone (daylight savings time).</li>
+   * <li>4 - the short name of the time zone (daylight savings time).</li>
+   * </ul>
    *
    * @return The list of time zone display strings.
    */
@@ -386,11 +387,12 @@
    * the array contains five values:
    * <P>
    * <ul>
-   * <li>0 - The non-localized time zone id string.
-   * <li>1 - The long name of the time zone (standard time).
-   * <li>2 - The short name of the time zone (standard time).
-   * <li>3 - The long name of the time zone (daylight savings time).
-   * <li>4 - the short name of the time zone (daylight savings time).
+   * <li>0 - The non-localized time zone id string.</li>
+   * <li>1 - The long name of the time zone (standard time).</li>
+   * <li>2 - The short name of the time zone (standard time).</li>
+   * <li>3 - The long name of the time zone (daylight savings time).</li>
+   * <li>4 - the short name of the time zone (daylight savings time).</li>
+   * </ul>
    *
    * @return The list of time zone display strings.
    */
@@ -438,15 +440,15 @@
    * This will be true if and only if the specified object:
    * <p>
    * <ul>
-   * <li> Is not <code>null</code>.
-   * <li> Is an instance of <code>DateFormatSymbols</code>.
-   * <li> Contains identical formatting symbols to this object.
+   * <li> Is not <code>null</code>.</li>
+   * <li> Is an instance of <code>DateFormatSymbols</code>.</li>
+   * <li> Contains identical formatting symbols to this object.</li>
    * </ul>
    * 
    * @param obj The <code>Object</code> to test for equality against.
    *
    * @return <code>true</code> if the specified object is equal to this one,
-   * </code>false</code> otherwise.
+   * <code>false</code> otherwise.
    */
   public boolean equals (Object obj)
   {
Index: kaffe/libraries/javalib/java/text/DecimalFormatSymbols.java
diff -u kaffe/libraries/javalib/java/text/DecimalFormatSymbols.java:1.14 kaffe/libraries/javalib/java/text/DecimalFormatSymbols.java:1.15
--- kaffe/libraries/javalib/java/text/DecimalFormatSymbols.java:1.14	Mon Mar 22 11:25:05 2004
+++ kaffe/libraries/javalib/java/text/DecimalFormatSymbols.java	Fri Apr 23 17:35:12 2004
@@ -1,5 +1,5 @@
 /* DecimalFormatSymbols.java -- Format symbols used by DecimalFormat
-   Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -167,9 +167,9 @@
    * regard to the specified object:
    * <p>
    * <ul>
-   * <li>It is not <code>null</code>.
-   * <li>It is an instance of <code>DecimalFormatSymbols</code>
-   * <li>All of its symbols are identical to the symbols in this object.
+   * <li>It is not <code>null</code>.</li>
+   * <li>It is an instance of <code>DecimalFormatSymbols</code>.</li>
+   * <li>All of its symbols are identical to the symbols in this object.</li>
    * </ul>
    *
    * @return <code>true</code> if the specified object is equal to this
Index: kaffe/libraries/javalib/java/text/Format.java
diff -u kaffe/libraries/javalib/java/text/Format.java:1.16 kaffe/libraries/javalib/java/text/Format.java:1.17
--- kaffe/libraries/javalib/java/text/Format.java:1.16	Mon Mar 22 11:25:05 2004
+++ kaffe/libraries/javalib/java/text/Format.java	Fri Apr 23 17:35:12 2004
@@ -121,7 +121,7 @@
    * This method parses a <code>String</code> and converts the parsed 
    * contents into an <code>Object</code>.
    *
-   * @param str The <code>String to parse.
+   * @param str The <code>String</code> to parse.
    *
    * @return The resulting <code>Object</code>.
    *
Index: kaffe/libraries/javalib/java/text/NumberFormat.java
diff -u kaffe/libraries/javalib/java/text/NumberFormat.java:1.21 kaffe/libraries/javalib/java/text/NumberFormat.java:1.22
--- kaffe/libraries/javalib/java/text/NumberFormat.java:1.21	Tue Mar 30 16:05:40 2004
+++ kaffe/libraries/javalib/java/text/NumberFormat.java	Fri Apr 23 17:35:12 2004
@@ -1,5 +1,5 @@
 /* NumberFormat.java -- Formats and parses numbers
-   Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
Index: kaffe/libraries/javalib/java/text/ParsePosition.java
diff -u kaffe/libraries/javalib/java/text/ParsePosition.java:1.6 kaffe/libraries/javalib/java/text/ParsePosition.java:1.7
--- kaffe/libraries/javalib/java/text/ParsePosition.java:1.6	Sat Aug 16 11:03:47 2003
+++ kaffe/libraries/javalib/java/text/ParsePosition.java	Fri Apr 23 17:35:12 2004
@@ -116,10 +116,10 @@
    * all of the following conditions are met.
    * <p>
    * <ul>
-   * <li>The specified object is not <code>null</code>.
-   * <li>The specified object is an instance of <code>ParsePosition</code>.
+   * <li>The specified object is not <code>null</code>.</li>
+   * <li>The specified object is an instance of <code>ParsePosition</code>.</li>
    * <li>The specified object has the same index and error index as
-   *     this object.  
+   *     this object.</li>
    * </ul>
    *
    * @param obj The <code>Object</code> to test for equality against
Index: kaffe/libraries/javalib/java/text/RuleBasedCollator.java
diff -u kaffe/libraries/javalib/java/text/RuleBasedCollator.java:1.18 kaffe/libraries/javalib/java/text/RuleBasedCollator.java:1.19
--- kaffe/libraries/javalib/java/text/RuleBasedCollator.java:1.18	Mon Mar 22 11:25:05 2004
+++ kaffe/libraries/javalib/java/text/RuleBasedCollator.java	Fri Apr 23 17:35:12 2004
@@ -1,5 +1,5 @@
 /* RuleBasedCollator.java -- Concrete Collator Class
-   Copyright (C) 1998, 1999, 2000, 2001, 2003  Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -56,9 +56,9 @@
  * <p>
  * Rules take the form of a <code>String</code> with the following syntax
  * <ul>
- * <li> Modifier: '@' 
- * <li> Relation: '&lt;' | ';' | ',' | '=' : <text>
- * <li> Reset: '&amp;' : <text>
+ * <li> Modifier: '@'</li>
+ * <li> Relation: '&lt;' | ';' | ',' | '=' : &lt;text&gt;</li>
+ * <li> Reset: '&amp;' : &lt;text&gt;</li>
  * </ul>
  * The modifier character indicates that accents sort backward as is the
  * case with French.  The modifier applies to all rules <b>after</b>
@@ -69,12 +69,12 @@
  * the following meanings:
  * <ul>
  * <li>'&lt;' - The text argument is greater than the prior term at the primary
- * difference level.
+ * difference level.</li>
  * <li>';' - The text argument is greater than the prior term at the secondary
- * difference level.
+ * difference level.</li>
  * <li>',' - The text argument is greater than the prior term at the tertiary
- * difference level.
- * <li>'=' - The text argument is equal to the prior term
+ * difference level.</li>
+ * <li>'=' - The text argument is equal to the prior term</li>
  * </ul>
  * <p>
  * As for the text argument itself, this is any sequence of Unicode
@@ -131,15 +131,15 @@
  * A <code>ParseException</code> will be thrown for any of the following
  * conditions:
  * <ul>
- * <li>Unquoted punctuation characters in a text argument.
- * <li>A relational or reset operator not followed by a text argument
+ * <li>Unquoted punctuation characters in a text argument.</li>
+ * <li>A relational or reset operator not followed by a text argument</li>
  * <li>A reset operator where the text argument is not present in
- * the previous rule string section.
+ * the previous rule string section.</li>
  * </ul>
  *
- * @author Aaron M. Renn <arenn at urbanophile.com>
- * @author Tom Tromey <tromey at cygnus.com>
- * @author Guilhem Lavaux <guilhem at kaffe.org>
+ * @author Aaron M. Renn (arenn at urbanophile.com)
+ * @author Tom Tromey (tromey at cygnus.com)
+ * @author Guilhem Lavaux (guilhem at kaffe.org)
  */
 public class RuleBasedCollator extends Collator
 {
Index: kaffe/libraries/javalib/java/text/SimpleDateFormat.java
diff -u kaffe/libraries/javalib/java/text/SimpleDateFormat.java:1.32 kaffe/libraries/javalib/java/text/SimpleDateFormat.java:1.33
--- kaffe/libraries/javalib/java/text/SimpleDateFormat.java:1.32	Wed Mar 24 20:23:59 2004
+++ kaffe/libraries/javalib/java/text/SimpleDateFormat.java	Fri Apr 23 17:35:12 2004
@@ -363,13 +363,13 @@
    * object.  This will be true if and only if the specified object:
    * <p>
    * <ul>
-   * <li>Is not <code>null</code>.
-   * <li>Is an instance of <code>SimpleDateFormat</code>.
+   * <li>Is not <code>null</code>.</li>
+   * <li>Is an instance of <code>SimpleDateFormat</code>.</li>
    * <li>Is equal to this object at the superclass (i.e., <code>DateFormat</code>)
-   *     level.
-   * <li>Has the same formatting pattern.
-   * <li>Is using the same formatting symbols.
-   * <li>Is using the same century for two digit years.
+   *     level.</li>
+   * <li>Has the same formatting pattern.</li>
+   * <li>Is using the same formatting symbols.</li>
+   * <li>Is using the same century for two digit years.</li>
    * </ul>
    *
    * @param obj The object to compare for equality against.
Index: kaffe/libraries/javalib/java/text/StringCharacterIterator.java
diff -u kaffe/libraries/javalib/java/text/StringCharacterIterator.java:1.13 kaffe/libraries/javalib/java/text/StringCharacterIterator.java:1.14
--- kaffe/libraries/javalib/java/text/StringCharacterIterator.java:1.13	Sat Aug 16 11:03:47 2003
+++ kaffe/libraries/javalib/java/text/StringCharacterIterator.java	Fri Apr 23 17:35:12 2004
@@ -314,10 +314,10 @@
    * object.  This will be true if and only if the specified object:
    * <p>
    * <ul>
-   * <li>is not <code>null</code>.
-   * <li>is an instance of <code>StringCharacterIterator</code>
-   * <li>has the same text as this object
-   * <li>has the same beginning, ending, and current index as this object.
+   * <li>is not <code>null</code>.</li>
+   * <li>is an instance of <code>StringCharacterIterator</code></li>
+   * <li>has the same text as this object</li>
+   * <li>has the same beginning, ending, and current index as this object.</li>
    * </ul>
    *
    * @param obj The object to test for equality against.




More information about the kaffe mailing list