From 4f3cdfffbcc22affa0a8f5bd1d253815a1c2a826 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 7 Dec 2011 23:20:55 +0000 Subject: [PATCH] #7704 javadoc svn changeset:22306/svn branch:6.7 --- src/com/vaadin/ui/AbstractSelect.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/vaadin/ui/AbstractSelect.java b/src/com/vaadin/ui/AbstractSelect.java index 646d898a54..9cf0849075 100644 --- a/src/com/vaadin/ui/AbstractSelect.java +++ b/src/com/vaadin/ui/AbstractSelect.java @@ -1624,7 +1624,7 @@ public abstract class AbstractSelect extends AbstractField implements * *

* Data interface does not support nulls as item ids. Selecting the item - * idetified by this id is the same as selecting no items at all. This + * identified by this id is the same as selecting no items at all. This * setting only affects the single select mode. *

* -- 2.39.5