diff options
author | Artur Signell <artur@vaadin.com> | 2012-11-22 15:12:00 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2012-11-22 13:49:03 +0000 |
commit | ce282b2b4ea81bea2f73416d9a94d08e1fee3fa5 (patch) | |
tree | 834301c78be6539a3f6817d32351688739dcb6e3 /server/src/com/vaadin/ui/PopupView.java | |
parent | f12124964300995e3cb7b953dafb6e80f08e6912 (diff) | |
download | vaadin-framework-ce282b2b4ea81bea2f73416d9a94d08e1fee3fa5.tar.gz vaadin-framework-ce282b2b4ea81bea2f73416d9a94d08e1fee3fa5.zip |
Unified deprecation messages
Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
Diffstat (limited to 'server/src/com/vaadin/ui/PopupView.java')
-rw-r--r-- | server/src/com/vaadin/ui/PopupView.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/com/vaadin/ui/PopupView.java b/server/src/com/vaadin/ui/PopupView.java index 843f306d2a..f393de575b 100644 --- a/server/src/com/vaadin/ui/PopupView.java +++ b/server/src/com/vaadin/ui/PopupView.java @@ -273,7 +273,7 @@ public class PopupView extends AbstractComponent implements HasComponents { } /** - * @deprecated Since 7.0, replaced by + * @deprecated As of 7.0, replaced by * {@link #addPopupVisibilityListener(PopupVisibilityListener)} **/ @Deprecated @@ -296,7 +296,7 @@ public class PopupView extends AbstractComponent implements HasComponents { } /** - * @deprecated Since 7.0, replaced by + * @deprecated As of 7.0, replaced by * {@link #removePopupVisibilityListener(PopupVisibilityListener)} **/ @Deprecated |