Commit bfda8308 by Andrew John Hughes Committed by Mark Wielaard

2004-11-07 Andrew John Hughes <gnu_andrew@member.fsf.org>

       * java/util/Currency.java
       Documented variables and methods more fully.
       Caches the currency instances, so that a request
       for a locale, l, only ever returns the same
       instance (i.e. successive calls to getInstance(l)
       are reference equivalent (==)).

From-SVN: r90226
parent 6dd70904
2004-11-07 Andrew John Hughes <gnu_andrew@member.fsf.org>
* java/util/Currency.java
Documented variables and methods more fully.
Caches the currency instances, so that a request
for a locale, l, only ever returns the same
instance (i.e. successive calls to getInstance(l)
are reference equivalent (==)).
2004-11-07 Andrew John Hughes <gnu_andrew@member.fsf.org> 2004-11-07 Andrew John Hughes <gnu_andrew@member.fsf.org>
* java/util/Date.java * java/util/Date.java
......
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