FieldPosition.java (equals): Fixed comment.
authorDalibor Topic <robilad@kaffe.org>
Tue, 2 Dec 2003 15:56:52 +0000 (15:56 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Tue, 2 Dec 2003 15:56:52 +0000 (15:56 +0000)
2003-12-02  Dalibor Topic <robilad@kaffe.org>

* java/text/FieldPosition.java (equals): Fixed comment.

From-SVN: r74187

libjava/ChangeLog
libjava/java/text/FieldPosition.java

index 2d86a39ee9a8d5a8212d9c8c5b0257f8a955d49c..b2a224b7a8a8a9141a3b87437383cbaa7b79b854 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-02  Dalibor Topic <robilad@kaffe.org>
+
+       * java/text/FieldPosition.java (equals): Fixed comment.
+
 2003-12-02  Mark Wielaard  <mark@klomp.org>
 
        Reported by Archie Cobbs:
index 56f19cde68201720c6a01f7755852849773a2420..74f806a2fbb1dc6e3c8b680346806ce2d59c15e8 100644 (file)
@@ -168,7 +168,7 @@ public class FieldPosition
    * <p>
    * <ul>
    * <li>The specified object is not <code>null</code>.
-   * <li>The specified object is an instance of <code>FieldPosition</code>.
+   * <li>The specified object has the same class as this object.
    * <li>The specified object has the same field identifier, field attribute 
    * and beginning and ending index as this object.
    * </ul>