aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Label.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/ui/Label.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/ui/Label.java')
-rw-r--r--server/src/com/vaadin/ui/Label.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/src/com/vaadin/ui/Label.java b/server/src/com/vaadin/ui/Label.java
index 37495ef55c..341d9546bc 100644
--- a/server/src/com/vaadin/ui/Label.java
+++ b/server/src/com/vaadin/ui/Label.java
@@ -305,8 +305,6 @@ public class Label extends AbstractComponent implements Property<String>,
* Value change event
*
* @author Vaadin Ltd.
- * @version
- * @VERSION@
* @since 3.0
*/
public static class ValueChangeEvent extends Component.Event implements