aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/event
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/event')
-rw-r--r--src/com/vaadin/event/ComponentEventListener.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/com/vaadin/event/ComponentEventListener.java b/src/com/vaadin/event/ComponentEventListener.java
index 6957a762f0..215db4f991 100644
--- a/src/com/vaadin/event/ComponentEventListener.java
+++ b/src/com/vaadin/event/ComponentEventListener.java
@@ -1,11 +1,11 @@
/*
@ITMillApache2LicenseForJavaFiles@
*/
-package com.vaadin.event;
-
-import java.io.Serializable;
-import java.util.EventListener;
-
-public interface ComponentEventListener extends EventListener, Serializable {
-
+package com.vaadin.event;
+
+import java.io.Serializable;
+import java.util.EventListener;
+
+public interface ComponentEventListener extends EventListener, Serializable {
+
} \ No newline at end of file