Commit 83e620bb by Michael Koch Committed by Michael Koch

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
parent a1e98266
2004-11-16 Michael Koch <konqueror@gmx.de> 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, * java/io/BufferedReader.java,
java/io/FileInputStream.java, java/io/FileInputStream.java,
java/io/FileOutputStream.java, java/io/FileOutputStream.java,
......
...@@ -100,7 +100,7 @@ public final class Currency ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment