diff options
author | Artur Signell <artur@vaadin.com> | 2012-08-15 17:41:07 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-08-15 17:59:40 +0300 |
commit | 6855529f1dc872fcc0c18a14ae00796e5cbe94bf (patch) | |
tree | c02f13b5156a4d4fe1d41b45ea998b794881ca77 /server/src/com/vaadin/event/Action.java | |
parent | ec147f9dca19a12cfe131fc995513478d1b45a0d (diff) | |
download | vaadin-framework-6855529f1dc872fcc0c18a14ae00796e5cbe94bf.tar.gz vaadin-framework-6855529f1dc872fcc0c18a14ae00796e5cbe94bf.zip |
Removed @version which is 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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/src/com/vaadin/event/Action.java b/server/src/com/vaadin/event/Action.java index 6c218c25dc..41f2e13bcb 100644 --- a/server/src/com/vaadin/event/Action.java +++ b/server/src/com/vaadin/event/Action.java @@ -14,8 +14,6 @@ import com.vaadin.terminal.Resource; * unregistration. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ @SuppressWarnings("serial") |