http://gwt-code-reviews.appspot.com/771803/diff/1/4
File user/src/com/google/gwt/i18n/rebind/CurrencyListGenerator.java
(right):

http://gwt-code-reviews.appspot.com/771803/diff/1/4#newcode196
user/src/com/google/gwt/i18n/rebind/CurrencyListGenerator.java:196:
buf.append("new CurrencyDataImpl(\"").append(quote(code)).append("\",
\"");
Note that you could just move the constants from CurrencyDataImpl to a
static-only class if you didn't want the pure Java code having to
reference them from the JSO, and just modify the DefaultCurrencyData
ctor to take flags in place of fraction digits (it won't break existing
uses because the fraction digits are the low-order bits already).

http://gwt-code-reviews.appspot.com/771803/show

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to