aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Englund <marc.englund@itmill.com>2007-11-29 15:15:31 +0000
committerMarc Englund <marc.englund@itmill.com>2007-11-29 15:15:31 +0000
commitf12ec69dad3fba51b66179562bc9dd36b538726c (patch)
tree2d6477a0a71d54ca4649c00026d5e04d7860985e
parent1bc69c8cf986fee6df5d34213837706cd592032b (diff)
downloadvaadin-framework-f12ec69dad3fba51b66179562bc9dd36b538726c.tar.gz
vaadin-framework-f12ec69dad3fba51b66179562bc9dd36b538726c.zip
doc fix
svn changeset:3047/svn branch:trunk
-rw-r--r--src/com/itmill/toolkit/demo/featurebrowser/ComboBoxExample.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/demo/featurebrowser/ComboBoxExample.java b/src/com/itmill/toolkit/demo/featurebrowser/ComboBoxExample.java
index d346eddaca..c83db8b2a0 100644
--- a/src/com/itmill/toolkit/demo/featurebrowser/ComboBoxExample.java
+++ b/src/com/itmill/toolkit/demo/featurebrowser/ComboBoxExample.java
@@ -51,7 +51,7 @@ public class ComboBoxExample extends CustomComponent {
s2.setImmediate(true);
main.addComponent(s2);
- // contains filter
+ // initially empty
ComboBox s3 = new ComboBox("Initially empty; enter your own");
s3.setColumns(20);
s3.setImmediate(true);