commit | 6d6afe3f8c79b6f8d6726ca015b36e35b6b95d81 | [log] [tgz] |
---|---|---|
author | jat@google.com <jat@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Fri Dec 11 06:21:43 2009 +0000 |
committer | jat@google.com <jat@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Fri Dec 11 06:21:43 2009 +0000 |
tree | 9d0c8b3eb60df140f6dfb5a6e1fd5c0c42f60711 | |
parent | 34591c2f30e4daed10d54e4177b30433a68a96da [diff] |
Remove unnecessary imports. Patch by: jat Unreviewed git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7297 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/gwt/i18n/client/CurrencyTest.java b/user/test/com/google/gwt/i18n/client/CurrencyTest.java index f91bcd2..64eec78 100644 --- a/user/test/com/google/gwt/i18n/client/CurrencyTest.java +++ b/user/test/com/google/gwt/i18n/client/CurrencyTest.java
@@ -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;