aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Select.java
diff options
context:
space:
mode:
authorMarc Englund <marc.englund@itmill.com>2009-05-25 11:48:00 +0000
committerMarc Englund <marc.englund@itmill.com>2009-05-25 11:48:00 +0000
commit1a4d5570ddcd0e688ff91f13d859b645ecfea22a (patch)
tree8091c649ddad2b6cb3cd8394f151ef8342737417 /src/com/vaadin/ui/Select.java
parent371ab070a466e2d60ca32105a4506e350160152e (diff)
downloadvaadin-framework-1a4d5570ddcd0e688ff91f13d859b645ecfea22a.tar.gz
vaadin-framework-1a4d5570ddcd0e688ff91f13d859b645ecfea22a.zip
Removed one stray comment.
svn changeset:7989/svn branch:6.0
Diffstat (limited to 'src/com/vaadin/ui/Select.java')
-rw-r--r--src/com/vaadin/ui/Select.java6
1 files 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;
/**
* <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) {