aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src
diff options
context:
space:
mode:
authorjdramaix <julien.dramaix@gmail.com>2014-03-04 17:57:51 +0100
committerjdramaix <julien.dramaix@gmail.com>2014-03-04 17:57:51 +0100
commite0e02ea6ef387cda4e9e36e73f970f8017d703bc (patch)
tree8170f9c754945044aa9156df8f1c85beea5b9bbc /gwtquery-core/src
parent1e134ef6425467662cc0ed0fda89f26991e48618 (diff)
downloadgwtquery-e0e02ea6ef387cda4e9e36e73f970f8017d703bc.tar.gz
gwtquery-e0e02ea6ef387cda4e9e36e73f970f8017d703bc.zip
remove unused import
Diffstat (limited to 'gwtquery-core/src')
-rw-r--r--gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/EventsListener.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/EventsListener.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/EventsListener.java
index cf10dcbe..5f3cf531 100644
--- a/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/EventsListener.java
+++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/EventsListener.java
@@ -14,7 +14,6 @@
package com.google.gwt.query.client.plugins.events;
import com.google.gwt.core.client.Duration;
-import com.google.gwt.dev.util.Strings;
import com.google.gwt.dom.client.Element;
import com.google.gwt.dom.client.EventTarget;
import com.google.gwt.dom.client.NodeList;