This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: Patch: java.text.FieldPosition


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi list,


I commited the attached patch to merge with classpath again.


Michael
- -- 
Homepage: http://www.worldforge.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/zMXCWSOgCCdjSDsRAiOtAJ0Wp/yZiQX38Ah6xE6dACDJFtJdNwCdFxvx
yb9V28Ovo4L8cT2VbvoK1Ec=
=A4yR
-----END PGP SIGNATURE-----
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/libjava/ChangeLog,v
retrieving revision 1.2404
diff -u -b -B -r1.2404 ChangeLog
--- ChangeLog	2 Dec 2003 15:52:06 -0000	1.2404
+++ ChangeLog	2 Dec 2003 15:56:38 -0000
@@ -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: java/text/FieldPosition.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/text/FieldPosition.java,v
retrieving revision 1.6
diff -u -b -B -r1.6 FieldPosition.java
--- java/text/FieldPosition.java	27 Nov 2003 10:08:33 -0000	1.6
+++ java/text/FieldPosition.java	2 Dec 2003 15:56:38 -0000
@@ -168,7 +168,7 @@
    * <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>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]