summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/event/Action.java
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-08-16 10:53:18 +0300
committerArtur Signell <artur@vaadin.com>2012-08-16 10:53:18 +0300
commit054c4a16f57f693329c3a5f00b9e44288bf781e2 (patch)
treedc507dc5cad5e4ba250301a4cb32d1125937e290 /server/src/com/vaadin/event/Action.java
parent6855529f1dc872fcc0c18a14ae00796e5cbe94bf (diff)
downloadvaadin-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.java4
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 {