From 1a4d5570ddcd0e688ff91f13d859b645ecfea22a Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Mon, 25 May 2009 11:48:00 +0000 Subject: [PATCH] Removed one stray comment. svn changeset:7989/svn branch:6.0 --- src/com/vaadin/ui/Select.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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) { -- 2.39.5