[Patch] java.util.Currency

Michael Koch konqueror@gmx.de
Tue Nov 16 15:30:00 GMT 2004


Hi list,


I just commited the attached patch to merge java/util/Currency.java with
classpath again.


Michael


2004-11-16  Michael Koch  <konqueror@gmx.de>

	* java/util/Currency.java (cache): Fix modifier order.

-------------- next part --------------
Index: java/util/Currency.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/util/Currency.java,v
retrieving revision 1.5
diff -u -r1.5 Currency.java
--- java/util/Currency.java	7 Nov 2004 11:29:03 -0000	1.5
+++ java/util/Currency.java	16 Nov 2004 15:08:27 -0000
@@ -100,7 +100,7 @@
    * @see #readResolve()
    * @serial ignored.
    */
-  private transient static Map cache;
+  private static transient Map cache;
 
   /**
    * Instantiates the cache.


More information about the Java-patches mailing list