summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/event/MouseEvents.java
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-04 08:27:07 +0300
committerArtur Signell <artur@vaadin.com>2012-09-04 08:27:07 +0300
commit112572a700c288fc49df60ea23a2ade7c51c5165 (patch)
tree5b339095f0dd8d2f510db54afd3324cf4874ef3e /server/src/com/vaadin/event/MouseEvents.java
parentad7de55aec35414086a500e6f234b17827bd52a3 (diff)
downloadvaadin-framework-112572a700c288fc49df60ea23a2ade7c51c5165.tar.gz
vaadin-framework-112572a700c288fc49df60ea23a2ade7c51c5165.zip
Moved ReflectTools to com.vaadin.util (#4294)
Diffstat (limited to 'server/src/com/vaadin/event/MouseEvents.java')
-rw-r--r--server/src/com/vaadin/event/MouseEvents.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/event/MouseEvents.java b/server/src/com/vaadin/event/MouseEvents.java
index 0fe9902b2e..6712ef79a5 100644
--- a/server/src/com/vaadin/event/MouseEvents.java
+++ b/server/src/com/vaadin/event/MouseEvents.java
@@ -19,8 +19,8 @@ package com.vaadin.event;
import java.lang.reflect.Method;
import com.vaadin.shared.MouseEventDetails;
-import com.vaadin.tools.ReflectTools;
import com.vaadin.ui.Component;
+import com.vaadin.util.ReflectTools;
/**
* Interface that serves as a wrapper for mouse related events.