If we are making CurrencyData a public API, we need to make CurrencyList public as well, since it is the primary way to get CurrencyData instances.
http://gwt-code-reviews.appspot.com/119804/diff/1/11 File user/src/com/google/gwt/i18n/client/impl/CurrencyData.java (right): http://gwt-code-reviews.appspot.com/119804/diff/1/11#newcode34 Line 34: public final class CurrencyData extends JavaScriptObject On 2009/12/10 01:42:28, andreasst wrote: > It would be less confusing to have this be called CurrencyDataImpl rather than > having 2 classes called CurrencyData, but that is up to you. Ok - it will take a bit more work to change all the generated code in CurrencyListGenerator, but it shouldn't be too bad. http://gwt-code-reviews.appspot.com/119804 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
