classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: FYI: MessageFormat fixlet


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: MessageFormat fixlet
Date: 28 Sep 2004 15:47:24 -0600

This is a protection buglet caught by Japi.

At this point, a big part of the Japi page is incorrect.  It reports
many things that aren't true.  That's kind of a bummer; for one thing
if it were more accurate we would look a lot better :-)

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>
        * java/text/MessageFormat.java (Field): Constructor now
        protected.

Index: java/text/MessageFormat.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/text/MessageFormat.java,v
retrieving revision 1.11
diff -u -r1.11 MessageFormat.java
--- java/text/MessageFormat.java 8 Jul 2004 10:30:40 -0000 1.11
+++ java/text/MessageFormat.java 28 Sep 2004 21:48:44 -0000
@@ -165,7 +165,7 @@
       super("");
     }
     
-    private Field(String s)
+    protected Field(String s)
     {
       super(s);
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]