diff options
author | Dalibor Topic <robilad@yahoo.com> | 2003-11-27 11:50:55 +0000 |
---|---|---|
committer | Dalibor Topic <robilad@yahoo.com> | 2003-11-27 11:50:55 +0000 |
commit | 31457866d6aaef0aaf96fccd05a37cd581123475 (patch) | |
tree | b40b25ab115e4b53a8c7ddb57c8383fdb9c20507 | |
parent | 090312507953835805ed5c5966e777d674b66a5c (diff) | |
download | classpath-31457866d6aaef0aaf96fccd05a37cd581123475.tar.gz |
2003-11-27 Dalibor Topic <robilad@kaffe.org>
* java/text/FieldPosition.java (equals): Fixed comment.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | java/text/FieldPosition.java | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2003-11-27 Dalibor Topic <robilad@kaffe.org> + + * java/text/FieldPosition.java (equals): Fixed comment. + 2003-11-27 Michael Koch <konqueror@gmx.de> * gnu/java/net/protocol/http/Connection.java diff --git a/java/text/FieldPosition.java b/java/text/FieldPosition.java index 56f19cde6..74f806a2f 100644 --- a/java/text/FieldPosition.java +++ b/java/text/FieldPosition.java @@ -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> |