aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Dramaix <julien.dramaix@gmail.com>2011-04-09 05:48:56 +0000
committerJulien Dramaix <julien.dramaix@gmail.com>2011-04-09 05:48:56 +0000
commitfc79c5003d9645a261bd68b155bf6034ff9dfef0 (patch)
tree8e0fafd9ded58508663ae02d236af9ebd263773a
parentba4f450b12a7e7cacb65fd4433b5692707447121 (diff)
downloadgwtquery-fc79c5003d9645a261bd68b155bf6034ff9dfef0.tar.gz
gwtquery-fc79c5003d9645a261bd68b155bf6034ff9dfef0.zip
remove unused import
-rw-r--r--gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsMap.java1
-rw-r--r--gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsObjectArray.java3
2 files changed, 0 insertions, 4 deletions
diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsMap.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsMap.java
index 41ab52d8..351e2bd3 100644
--- a/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsMap.java
+++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsMap.java
@@ -16,7 +16,6 @@
package com.google.gwt.query.client.js;
import com.google.gwt.core.client.JavaScriptObject;
-import com.google.gwt.core.client.JsArrayString;
/**
diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsObjectArray.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsObjectArray.java
index 81a7290f..054b0ca2 100644
--- a/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsObjectArray.java
+++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsObjectArray.java
@@ -15,9 +15,6 @@
*/
package com.google.gwt.query.client.js;
-import java.util.ArrayList;
-import java.util.Arrays;
-
import com.google.gwt.core.client.JavaScriptObject;
/**