diff options
author | Julien Dramaix <julien.dramaix@gmail.com> | 2011-04-23 11:16:01 +0000 |
---|---|---|
committer | Julien Dramaix <julien.dramaix@gmail.com> | 2011-04-23 11:16:01 +0000 |
commit | 453e494fa3093d9b97c779050ef5df1e2c5021db (patch) | |
tree | 9fb3dc511cbce5aa438936252e05784c3741b3cc /gwtquery-core/src | |
parent | 097e48fc77124b5183e169b27c016587478fa4fb (diff) | |
download | gwtquery-453e494fa3093d9b97c779050ef5df1e2c5021db.tar.gz gwtquery-453e494fa3093d9b97c779050ef5df1e2c5021db.zip |
remove unused import
Diffstat (limited to 'gwtquery-core/src')
-rw-r--r-- | gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsCache.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsCache.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsCache.java index 5533c579..022ee6bc 100644 --- a/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsCache.java +++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsCache.java @@ -1,6 +1,5 @@ package com.google.gwt.query.client.js; -import com.google.gwt.core.client.GWT; import com.google.gwt.core.client.JavaScriptObject; import com.google.gwt.core.client.JsArrayString; |