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/Link.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/Link.java')
-rw-r--r-- | server/src/com/vaadin/ui/Link.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/src/com/vaadin/ui/Link.java b/server/src/com/vaadin/ui/Link.java index 883ff40aa3..d3e80f519a 100644 --- a/server/src/com/vaadin/ui/Link.java +++ b/server/src/com/vaadin/ui/Link.java @@ -34,19 +34,19 @@ import com.vaadin.shared.ui.link.LinkConstants; public class Link extends AbstractComponent implements LegacyComponent { /** - * @deprecated from 7.0, use {@link BorderStyle#NONE} instead + * @deprecated As of 7.0, use {@link BorderStyle#NONE} instead */ @Deprecated public static final BorderStyle TARGET_BORDER_NONE = BorderStyle.NONE; /** - * @deprecated from 7.0, use {@link BorderStyle#MINIMAL} instead + * @deprecated As of 7.0, use {@link BorderStyle#MINIMAL} instead */ @Deprecated public static final BorderStyle TARGET_BORDER_MINIMAL = BorderStyle.MINIMAL; /** - * @deprecated from 7.0, use {@link BorderStyle#DEFAULT} instead + * @deprecated As of 7.0, use {@link BorderStyle#DEFAULT} instead */ @Deprecated public static final BorderStyle TARGET_BORDER_DEFAULT = BorderStyle.DEFAULT; |