aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/event
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-06-28 09:31:31 +0000
committerArtur Signell <artur.signell@itmill.com>2010-06-28 09:31:31 +0000
commitd39e79c5d5eba986a1836135819aed837a3411ff (patch)
tree74f2636027649821df94c13debfa1d656dbb9a7d /src/com/vaadin/event
parentba3ffeaa82c939c5c781b04b6f05cf539e4a31df (diff)
downloadvaadin-framework-d39e79c5d5eba986a1836135819aed837a3411ff.tar.gz
vaadin-framework-d39e79c5d5eba986a1836135819aed837a3411ff.zip
Formatted /src using Vaadin Java Conventions 20071114
svn changeset:13932/svn branch:6.4
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