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/Action.java | |
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/Action.java')
-rw-r--r-- | server/src/com/vaadin/event/Action.java | 4 |
1 files changed, 0 insertions, 4 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 { |