diff options
author | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2013-02-08 13:14:11 +0100 |
---|---|---|
committer | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2013-02-08 13:14:11 +0100 |
commit | 34c793e9f06b2ba864b9e92856e69f43e80c4733 (patch) | |
tree | 06fbd8eba549c39e7341f473a1b82dcbbb4c3d91 | |
parent | 10063828575e9af82e19991f355ba554ce914e16 (diff) | |
download | gwtquery-34c793e9f06b2ba864b9e92856e69f43e80c4733.tar.gz gwtquery-34c793e9f06b2ba864b9e92856e69f43e80c4733.zip |
Remove unused import
-rw-r--r-- | gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTestGwt.java | 1 |
1 files changed, 0 insertions, 1 deletions
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; |