]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed one stray comment.
authorMarc Englund <marc.englund@itmill.com>
Mon, 25 May 2009 11:48:00 +0000 (11:48 +0000)
committerMarc Englund <marc.englund@itmill.com>
Mon, 25 May 2009 11:48:00 +0000 (11:48 +0000)
svn changeset:7989/svn branch:6.0

src/com/vaadin/ui/Select.java

index ce3fb7e687465d9cddbd96076f5e0397b1116e34..e18a7eaebe5928da3e8fb982690a2ca17585c5f6 100644 (file)
@@ -20,8 +20,8 @@ import com.vaadin.terminal.Resource;
 /**
  * <p>
  * A class representing a selection of items the user has selected in a UI. The
- * set of choices is presented as a set of {@link com.vaadin.data.Item}s
- * in a {@link com.vaadin.data.Container}.
+ * set of choices is presented as a set of {@link com.vaadin.data.Item}s in a
+ * {@link com.vaadin.data.Container}.
  * </p>
  * 
  * <p>
@@ -396,8 +396,6 @@ public class Select extends AbstractSelect implements AbstractSelect.Filtering {
             return;
         }
 
-        // Try to set the property value
-
         // New option entered (and it is allowed)
         final String newitem = (String) variables.get("newitem");
         if (newitem != null && newitem.length() > 0) {