commit | 0d980ef0a4cc40cfa0af9eaf8abf2aa14c2454d3 | [log] [tgz] |
---|---|---|
author | rice@google.com <rice@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Oct 28 17:23:46 2009 +0000 |
committer | rice@google.com <rice@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Oct 28 17:23:46 2009 +0000 |
tree | a74317a77a540ce5bb87923824920f2a8510e55d | |
parent | 650e42526e73322447c00deac2e9638382712881 [diff] |
Remove two unused imports Review by: jlabanca git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6513 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/core/test/com/google/gwt/core/ext/typeinfo/test/PrimitiveValuesAnnotation.java b/dev/core/test/com/google/gwt/core/ext/typeinfo/test/PrimitiveValuesAnnotation.java index 22fd71f..c140997 100644 --- a/dev/core/test/com/google/gwt/core/ext/typeinfo/test/PrimitiveValuesAnnotation.java +++ b/dev/core/test/com/google/gwt/core/ext/typeinfo/test/PrimitiveValuesAnnotation.java
@@ -15,7 +15,6 @@ */ package com.google.gwt.core.ext.typeinfo.test; -import java.io.Serializable; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy;
diff --git a/user/test/org/apache/commons/collections/TestMap.java b/user/test/org/apache/commons/collections/TestMap.java index b679a3d..16e39ce 100644 --- a/user/test/org/apache/commons/collections/TestMap.java +++ b/user/test/org/apache/commons/collections/TestMap.java
@@ -15,8 +15,6 @@ */ package org.apache.commons.collections; -import junit.framework.AssertionFailedError; - import java.util.Collection; import java.util.HashMap; import java.util.Iterator;