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/EventRouter.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/EventRouter.java')
-rw-r--r-- | server/src/com/vaadin/event/EventRouter.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/src/com/vaadin/event/EventRouter.java b/server/src/com/vaadin/event/EventRouter.java index 90c080b860..5ddd779e06 100644 --- a/server/src/com/vaadin/event/EventRouter.java +++ b/server/src/com/vaadin/event/EventRouter.java @@ -18,8 +18,6 @@ import java.util.List; * {@link com.vaadin.event package documentation}. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ @SuppressWarnings("serial") |