diff options
author | jdramaix <julien.dramaix@gmail.com> | 2014-03-04 17:57:51 +0100 |
---|---|---|
committer | jdramaix <julien.dramaix@gmail.com> | 2014-03-04 17:57:51 +0100 |
commit | e0e02ea6ef387cda4e9e36e73f970f8017d703bc (patch) | |
tree | 8170f9c754945044aa9156df8f1c85beea5b9bbc /gwtquery-core/src | |
parent | 1e134ef6425467662cc0ed0fda89f26991e48618 (diff) | |
download | gwtquery-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.java | 1 |
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; |