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
|
@ -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>
|
2004-11-16 Michael Koch <konqueror@gmx.de>
|
||||||
|
|
||||||
* java/io/BufferedReader.java,
|
* java/io/BufferedReader.java,
|
||||||
|
|
|
@ -100,7 +100,7 @@ public final class Currency
|
||||||
* @see #readResolve()
|
* @see #readResolve()
|
||||||
* @serial ignored.
|
* @serial ignored.
|
||||||
*/
|
*/
|
||||||
private transient static Map cache;
|
private static transient Map cache;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instantiates the cache.
|
* Instantiates the cache.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue