FieldPosition.java (equals): Fixed comment.

2003-12-02  Dalibor Topic <robilad@kaffe.org>

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

From-SVN: r74187
This commit is contained in:
Dalibor Topic 2003-12-02 15:56:52 +00:00 committed by Michael Koch
parent 54cfd51955
commit 3c22b666f5
2 changed files with 5 additions and 1 deletions

View 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>