diff options
Diffstat (limited to 'server/src/com/vaadin/ui/Label.java')
-rw-r--r-- | server/src/com/vaadin/ui/Label.java | 2 |
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 |