From 4c8cefa0beb31f590dc1a86ac7050e5b8a830102 Mon Sep 17 00:00:00 2001 From: Joonas Lehtinen Date: Wed, 26 Aug 2009 14:52:33 +0000 Subject: [PATCH] updated get/setFormat javadoc svn changeset:8553/svn branch:6.1 --- src/com/vaadin/ui/TextField.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/com/vaadin/ui/TextField.java b/src/com/vaadin/ui/TextField.java index 626d340922..5271c9bbed 100644 --- a/src/com/vaadin/ui/TextField.java +++ b/src/com/vaadin/ui/TextField.java @@ -20,10 +20,10 @@ import com.vaadin.terminal.PaintTarget; * *

* Since TextField extends AbstractField it implements - * the {@link com.vaadin.data.Buffered} interface. A - * TextField is in write-through mode by default, so - * {@link com.vaadin.ui.AbstractField#setWriteThrough(boolean)} must be - * called to enable buffering. + * the {@link com.vaadin.data.Buffered} interface. A TextField is + * in write-through mode by default, so + * {@link com.vaadin.ui.AbstractField#setWriteThrough(boolean)} must be called + * to enable buffering. *

* * @author IT Mill Ltd. @@ -505,7 +505,7 @@ public class TextField extends AbstractField { * Gets the value formatter of TextField. * * @return the Format used to format the value. - * @deprecated + * @deprecated replaced by {@link com.vaadin.data.util.PropertyFormatter} */ @Deprecated public Format getFormat() { @@ -518,7 +518,7 @@ public class TextField extends AbstractField { * @param format * the Format used to format the value. Null disables the * formatting. - * @deprecated + * @deprecated replaced by {@link com.vaadin.data.util.PropertyFormatter} */ @Deprecated public void setFormat(Format format) { -- 2.39.5