diff options
Diffstat (limited to 'compatibility-server/src/main/java/com/vaadin/v7/ui/Label.java')
-rw-r--r-- | compatibility-server/src/main/java/com/vaadin/v7/ui/Label.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compatibility-server/src/main/java/com/vaadin/v7/ui/Label.java b/compatibility-server/src/main/java/com/vaadin/v7/ui/Label.java index 273b4433c5..053aabd336 100644 --- a/compatibility-server/src/main/java/com/vaadin/v7/ui/Label.java +++ b/compatibility-server/src/main/java/com/vaadin/v7/ui/Label.java @@ -375,7 +375,7 @@ public class Label extends AbstractLegacyComponent implements Property<String>, /** * @deprecated As of 7.0, replaced by * {@link #addValueChangeListener(Property.ValueChangeListener)} - **/ + */ @Override @Deprecated public void addListener(Property.ValueChangeListener listener) { @@ -399,7 +399,7 @@ public class Label extends AbstractLegacyComponent implements Property<String>, /** * @deprecated As of 7.0, replaced by * {@link #removeValueChangeListener(Property.ValueChangeListener)} - **/ + */ @Override @Deprecated public void removeListener(Property.ValueChangeListener listener) { |