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:
parent
a1e98266e3
commit
83e620bbe2
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue