From 34c793e9f06b2ba864b9e92856e69f43e80c4733 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20Carrasco=20Mo=C3=B1ino?= Date: Fri, 8 Feb 2013 13:14:11 +0100 Subject: [PATCH] Remove unused import --- .../test/java/com/google/gwt/query/client/GQueryCoreTestGwt.java | 1 - 1 file changed, 1 deletion(-) diff --git a/gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTestGwt.java b/gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTestGwt.java index eb61169f..8f58b519 100644 --- a/gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTestGwt.java +++ b/gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTestGwt.java @@ -28,7 +28,6 @@ import java.util.List; import com.google.gwt.query.client.GQuery.Offset; import junit.framework.Assert; -import com.google.gwt.dev.jjs.impl.AssertionNormalizer; import com.google.gwt.dom.client.Document; import com.google.gwt.dom.client.Element; import com.google.gwt.dom.client.InputElement; -- 2.39.5