diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-07-21 08:24:00 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-07-21 08:24:00 +0000 |
commit | d1d161f72ce2ec55a5e1f4f6b6cc08d4f2d8b54d (patch) | |
tree | 6bde3a6415a5dee1fe412d8a1f8e372193d18e67 /src/com/vaadin | |
parent | 89fd279efdf446df8d0146fe3fdf78114bbd4075 (diff) | |
download | vaadin-framework-d1d161f72ce2ec55a5e1f4f6b6cc08d4f2d8b54d.tar.gz vaadin-framework-d1d161f72ce2ec55a5e1f4f6b6cc08d4f2d8b54d.zip |
javadoc typo + bit more specific description
svn changeset:14282/svn branch:6.4
Diffstat (limited to 'src/com/vaadin')
-rw-r--r-- | src/com/vaadin/ui/AbstractSelect.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/com/vaadin/ui/AbstractSelect.java b/src/com/vaadin/ui/AbstractSelect.java index 510536a12b..0e2364db56 100644 --- a/src/com/vaadin/ui/AbstractSelect.java +++ b/src/com/vaadin/ui/AbstractSelect.java @@ -1541,10 +1541,10 @@ public abstract class AbstractSelect extends AbstractField implements } /** - * Allow of disallow empty selection. If the select is in single-select - * mode, you can make an item represent the empty selection by calling - * <code>setNullSelectionItemId()</code>. This way you can for instance set - * an icon and caption for the null selection item. + * Allow or disallow empty selection by the user. If the select is in + * single-select mode, you can make an item represent the empty selection by + * calling <code>setNullSelectionItemId()</code>. This way you can for + * instance set an icon and caption for the null selection item. * * @param nullSelectionAllowed * whether or not to allow empty selection @@ -1559,7 +1559,7 @@ public abstract class AbstractSelect extends AbstractField implements } /** - * Checks if null empty selection is allowed. + * Checks if null empty selection is allowed by the user. * * @return whether or not empty selection is allowed * @see #setNullSelectionAllowed(boolean) |