diff options
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 { |