diff options
author | Julien Dramaix <julien.dramaix@gmail.com> | 2011-04-09 05:48:56 +0000 |
---|---|---|
committer | Julien Dramaix <julien.dramaix@gmail.com> | 2011-04-09 05:48:56 +0000 |
commit | fc79c5003d9645a261bd68b155bf6034ff9dfef0 (patch) | |
tree | 8e0fafd9ded58508663ae02d236af9ebd263773a | |
parent | ba4f450b12a7e7cacb65fd4433b5692707447121 (diff) | |
download | gwtquery-fc79c5003d9645a261bd68b155bf6034ff9dfef0.tar.gz gwtquery-fc79c5003d9645a261bd68b155bf6034ff9dfef0.zip |
remove unused import
-rw-r--r-- | gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsMap.java | 1 | ||||
-rw-r--r-- | gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsObjectArray.java | 3 |
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; /** |