Currency.java (cache): Fix modifier order.

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

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

From-SVN: r90741
This commit is contained in:
Michael Koch 2004-11-16 15:24:55 +00:00 committed by Michael Koch
parent a1e98266e3
commit 83e620bbe2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-11-16 Michael Koch <konqueror@gmx.de>
* java/util/Currency.java (cache): Fix modifier order.
2004-11-16 Michael Koch <konqueror@gmx.de>
* java/io/BufferedReader.java,

View File

@ -100,7 +100,7 @@ public final class Currency
* @see #readResolve()
* @serial ignored.
*/
private transient static Map cache;
private static transient Map cache;
/**
* Instantiates the cache.