From: Marc Englund Date: Mon, 25 May 2009 11:48:00 +0000 (+0000) Subject: Removed one stray comment. X-Git-Tag: 6.7.0.beta1~2783 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1a4d5570ddcd0e688ff91f13d859b645ecfea22a;p=vaadin-framework.git Removed one stray comment. svn changeset:7989/svn branch:6.0 --- diff --git a/src/com/vaadin/ui/Select.java b/src/com/vaadin/ui/Select.java index ce3fb7e687..e18a7eaebe 100644 --- a/src/com/vaadin/ui/Select.java +++ b/src/com/vaadin/ui/Select.java @@ -20,8 +20,8 @@ import com.vaadin.terminal.Resource; /** *

* 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}. *

* *

@@ -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) {