Revision: 7297 Author: [email protected] Date: Thu Dec 10 22:21:43 2009 Log: Remove unnecessary imports.
Patch by: jat Unreviewed http://code.google.com/p/google-web-toolkit/source/detail?r=7297 Modified: /trunk/user/test/com/google/gwt/i18n/client/CurrencyTest.java ======================================= --- /trunk/user/test/com/google/gwt/i18n/client/CurrencyTest.java Thu Dec 10 15:31:32 2009 +++ /trunk/user/test/com/google/gwt/i18n/client/CurrencyTest.java Thu Dec 10 22:21:43 2009 @@ -15,8 +15,6 @@ */ package com.google.gwt.i18n.client; -import com.google.gwt.i18n.client.CurrencyData; -import com.google.gwt.i18n.client.CurrencyList; import com.google.gwt.junit.client.GWTTestCase; import java.util.Iterator; -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
