diff options
Diffstat (limited to 'src/com/vaadin/event/MouseEvents.java')
-rw-r--r-- | src/com/vaadin/event/MouseEvents.java | 1 |
1 files changed, 0 insertions, 1 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; |