Browse Source

Made JavaDoc of updateSelection more precise (#11768)

Addresses https://github.com/vaadin/framework/issues/11520
tags/8.10.0.alpha1
Tatu Lund 4 years ago
parent
commit
1ce4be3583
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      server/src/main/java/com/vaadin/ui/MultiSelect.java

+ 2
- 1
server/src/main/java/com/vaadin/ui/MultiSelect.java View File

@@ -86,7 +86,8 @@ public interface MultiSelect<T> extends HasValue<Set<T>> {
* If all the added items were already selected and the removed items were
* not selected, this is a NO-OP.
* <p>
* Duplicate items (in both add & remove sets) are ignored.
* Duplicate items (in both add & remove sets) are ignored and removed from
* the sets.
*
* @param addedItems
* the items to add, not {@code null}

Loading…
Cancel
Save