Fix API configs for NumberFormat changes.

Patch by: jat
Review by: spoon (TBR)


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7295 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/tools/api-checker/config/gwt16_20userApi.conf b/tools/api-checker/config/gwt16_20userApi.conf
index aac78fc..de9fa76 100644
--- a/tools/api-checker/config/gwt16_20userApi.conf
+++ b/tools/api-checker/config/gwt16_20userApi.conf
@@ -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