]> source.dussan.org Git - vaadin-framework.git/commitdiff
Toolkit: minor correction in the manual (removed use of deprecated methods) and a...
authorHenri Sara <henri.sara@itmill.com>
Wed, 18 Feb 2009 07:13:03 +0000 (07:13 +0000)
committerHenri Sara <henri.sara@itmill.com>
Wed, 18 Feb 2009 07:13:03 +0000 (07:13 +0000)
svn changeset:6886/svn branch:trunk

src/com/itmill/toolkit/ui/AbstractSelect.java

index 61e32e190c2ecd38d4c160fd60721c41c77ad387..86fbc7adc286e902f575c03f1bc937218d60df3a 100644 (file)
@@ -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.
      */