diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-12-07 23:20:55 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-12-07 23:20:55 +0000 |
commit | 4f3cdfffbcc22affa0a8f5bd1d253815a1c2a826 (patch) | |
tree | 6952968ae633fa5bbd383dcfb31e0c4118dfbfbc | |
parent | 25b14078dd7c3a37d18bec46aa5ab032996e54fd (diff) | |
download | vaadin-framework-4f3cdfffbcc22affa0a8f5bd1d253815a1c2a826.tar.gz vaadin-framework-4f3cdfffbcc22affa0a8f5bd1d253815a1c2a826.zip |
#7704 javadoc
svn changeset:22306/svn branch:6.7
-rw-r--r-- | src/com/vaadin/ui/AbstractSelect.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 * * <p> * 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. * </p> * |