Revision: 7295 Author: [email protected] Date: Thu Dec 10 20:48:59 2009 Log: Fix API configs for NumberFormat changes.
Patch by: jat Review by: spoon (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=7295 Modified: /trunk/tools/api-checker/config/gwt16_20userApi.conf ======================================= --- /trunk/tools/api-checker/config/gwt16_20userApi.conf Fri Nov 6 16:08:46 2009 +++ /trunk/tools/api-checker/config/gwt16_20userApi.conf Thu Dec 10 20:48:59 2009 @@ -102,3 +102,8 @@ com.google.gwt.user.client.ui.Tree::getImageBase() MISSING com.google.gwt.user.client.ui.VerticalSplitPanel::VerticalSplitPanel(Lcom/google/gwt/user/client/ui/VerticalSplitPanelImages;) OVERLOADED_METHOD_CALL +# added CurrencyData overloads +com.google.gwt.i18n.client.NumberFormat::getFormat(Ljava/lang/String;Ljava/lang/String;) OVERLOADED_METHOD_CALL +com.google.gwt.i18n.client.NumberFormat::getCurrencyFormat(Ljava/lang/String;) OVERLOADED_METHOD_CALL +com.google.gwt.i18n.client.NumberFormat::NumberFormat(Lcom/google/gwt/i18n/client/constants/NumberConstants;Ljava/lang/String;Lcom/google/gwt/i18n/client/impl/CurrencyData;Z) MISSING +com.google.gwt.i18n.client.NumberFormat::NumberFormat(Ljava/lang/String;Lcom/google/gwt/i18n/client/impl/CurrencyData;Z) MISSING -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
