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/data/util/PropertyFormatter.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/data/util/PropertyFormatter.java')
-rw-r--r-- | server/src/com/vaadin/data/util/PropertyFormatter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/data/util/PropertyFormatter.java b/server/src/com/vaadin/data/util/PropertyFormatter.java index 58a53cd7da..9c8d38825c 100644 --- a/server/src/com/vaadin/data/util/PropertyFormatter.java +++ b/server/src/com/vaadin/data/util/PropertyFormatter.java @@ -46,7 +46,7 @@ import com.vaadin.data.util.converter.Converter; * type of the underlying property (a PropertyFormatter is always a * Property<String>) * - * @deprecated Since 7.0 replaced by {@link Converter} + * @deprecated As of 7.0, replaced by {@link Converter} * @author Vaadin Ltd. * @since 5.3.0 */ |