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:
parent
54cfd51955
commit
3c22b666f5
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2003-12-02 Mark Wielaard <mark@klomp.org>
|
||||||
|
|
||||||
Reported by Archie Cobbs:
|
Reported by Archie Cobbs:
|
||||||
|
|
|
@ -168,7 +168,7 @@ public class FieldPosition
|
||||||
* <p>
|
* <p>
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>The specified object is not <code>null</code>.
|
* <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
|
* <li>The specified object has the same field identifier, field attribute
|
||||||
* and beginning and ending index as this object.
|
* and beginning and ending index as this object.
|
||||||
* </ul>
|
* </ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue