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:
committed by
Michael Koch
parent
a1e98266e3
commit
83e620bbe2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user