diff options
author | Artur Signell <artur@vaadin.com> | 2012-08-16 10:53:18 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-08-16 10:53:18 +0300 |
commit | 054c4a16f57f693329c3a5f00b9e44288bf781e2 (patch) | |
tree | dc507dc5cad5e4ba250301a4cb32d1125937e290 /server/src/com/vaadin/event | |
parent | 6855529f1dc872fcc0c18a14ae00796e5cbe94bf (diff) | |
download | vaadin-framework-054c4a16f57f693329c3a5f00b9e44288bf781e2.tar.gz vaadin-framework-054c4a16f57f693329c3a5f00b9e44288bf781e2.zip |
Removed more @version included in some files but not in all (#9299)
Diffstat (limited to 'server/src/com/vaadin/event')
-rw-r--r-- | server/src/com/vaadin/event/Action.java | 4 | ||||
-rw-r--r-- | server/src/com/vaadin/event/ListenerMethod.java | 2 | ||||
-rw-r--r-- | server/src/com/vaadin/event/MouseEvents.java | 8 | ||||
-rw-r--r-- | server/src/com/vaadin/event/ShortcutAction.java | 1 |
4 files changed, 0 insertions, 15 deletions
diff --git a/server/src/com/vaadin/event/Action.java b/server/src/com/vaadin/event/Action.java index 41f2e13bcb..bfc9fb314a 100644 --- a/server/src/com/vaadin/event/Action.java +++ b/server/src/com/vaadin/event/Action.java @@ -103,8 +103,6 @@ public class Action implements Serializable { * Interface implemented by classes who wish to handle actions. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface Handler extends Serializable { @@ -146,8 +144,6 @@ public class Action implements Serializable { * action. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface Container extends Serializable { diff --git a/server/src/com/vaadin/event/ListenerMethod.java b/server/src/com/vaadin/event/ListenerMethod.java index ee1066ae5b..7ef16ca953 100644 --- a/server/src/com/vaadin/event/ListenerMethod.java +++ b/server/src/com/vaadin/event/ListenerMethod.java @@ -608,8 +608,6 @@ public class ListenerMethod implements EventListener, Serializable { * MethodException instance and rethrown by the <code>ListenerMethod</code>. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public class MethodException extends RuntimeException implements diff --git a/server/src/com/vaadin/event/MouseEvents.java b/server/src/com/vaadin/event/MouseEvents.java index c0c664a4e5..785ba6c8a0 100644 --- a/server/src/com/vaadin/event/MouseEvents.java +++ b/server/src/com/vaadin/event/MouseEvents.java @@ -29,8 +29,6 @@ public interface MouseEvents { * * @author Vaadin Ltd. * @see ClickListener - * @version - * @VERSION@ * @since 6.2 */ public class ClickEvent extends Component.Event { @@ -167,8 +165,6 @@ public interface MouseEvents { * * @see ClickEvent * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 6.2 */ public interface ClickListener extends ComponentEventListener { @@ -192,8 +188,6 @@ public interface MouseEvents { * * @see ClickEvent * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 6.2 */ public class DoubleClickEvent extends Component.Event { @@ -209,8 +203,6 @@ public interface MouseEvents { * * @see DoubleClickEvent * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 6.2 */ public interface DoubleClickListener extends ComponentEventListener { diff --git a/server/src/com/vaadin/event/ShortcutAction.java b/server/src/com/vaadin/event/ShortcutAction.java index c42dd731c8..a90d02d0a0 100644 --- a/server/src/com/vaadin/event/ShortcutAction.java +++ b/server/src/com/vaadin/event/ShortcutAction.java @@ -36,7 +36,6 @@ import com.vaadin.ui.Window; * </p> * * @author Vaadin Ltd. - * @version * @since 4.0.1 */ @SuppressWarnings("serial") |