From ce282b2b4ea81bea2f73416d9a94d08e1fee3fa5 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 22 Nov 2012 15:12:00 +0200 Subject: Unified deprecation messages Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef --- server/src/com/vaadin/ui/PopupView.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/src/com/vaadin/ui/PopupView.java') 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 -- cgit v1.2.3