From: Henri Sara Date: Wed, 18 Feb 2009 07:13:03 +0000 (+0000) Subject: Toolkit: minor correction in the manual (removed use of deprecated methods) and a... X-Git-Tag: 6.7.0.beta1~3120 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2c2c1286639faefaf295b1fd91527059c9ddfd25;p=vaadin-framework.git Toolkit: minor correction in the manual (removed use of deprecated methods) and a javadoc correction in AbstractSelect. svn changeset:6886/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/ui/AbstractSelect.java b/src/com/itmill/toolkit/ui/AbstractSelect.java index 61e32e190c..86fbc7adc2 100644 --- a/src/com/itmill/toolkit/ui/AbstractSelect.java +++ b/src/com/itmill/toolkit/ui/AbstractSelect.java @@ -955,7 +955,7 @@ public abstract class AbstractSelect extends AbstractField implements /** * Does the select allow adding new options by the user. If true, the new * options can be added to the Container. The text entered by the user is - * used as id. No that data-source must allow adding new items. + * used as id. Note that data-source must allow adding new items. * * @return True if additions are allowed. */