diff options
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 |