summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/event
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-11-16 16:51:08 +0000
committerArtur Signell <artur.signell@itmill.com>2010-11-16 16:51:08 +0000
commit9804267e9c96db8db632bbcb85bed4ef42ca7766 (patch)
treea644c794a78d984cfb4399c16df652d30558a94c /src/com/vaadin/event
parentc8f30607e53a0888edb086a2b73674f0f9f46b03 (diff)
downloadvaadin-framework-9804267e9c96db8db632bbcb85bed4ef42ca7766.tar.gz
vaadin-framework-9804267e9c96db8db632bbcb85bed4ef42ca7766.zip
Organized imports
svn changeset:16015/svn branch:6.5
Diffstat (limited to 'src/com/vaadin/event')
-rw-r--r--src/com/vaadin/event/MouseEvents.java1
-rw-r--r--src/com/vaadin/event/ShortcutAction.java2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/com/vaadin/event/MouseEvents.java b/src/com/vaadin/event/MouseEvents.java
index 0825961a9c..547a56a9ea 100644
--- a/src/com/vaadin/event/MouseEvents.java
+++ b/src/com/vaadin/event/MouseEvents.java
@@ -6,7 +6,6 @@ package com.vaadin.event;
import java.lang.reflect.Method;
-import com.vaadin.event.MouseEvents.ClickListener;
import com.vaadin.terminal.gwt.client.MouseEventDetails;
import com.vaadin.tools.ReflectTools;
import com.vaadin.ui.Component;
diff --git a/src/com/vaadin/event/ShortcutAction.java b/src/com/vaadin/event/ShortcutAction.java
index 9499997176..cd426d2f72 100644
--- a/src/com/vaadin/event/ShortcutAction.java
+++ b/src/com/vaadin/event/ShortcutAction.java
@@ -8,8 +8,6 @@ import java.io.Serializable;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
-import com.vaadin.event.Action.Handler;
-import com.vaadin.event.Action.Notifier;
import com.vaadin.terminal.Resource;
import com.vaadin.ui.ComponentContainer;
import com.vaadin.ui.Panel;