Pārlūkot izejas kodu

Made JavaDoc of updateSelection more precise (#11768)

Addresses https://github.com/vaadin/framework/issues/11520
tags/8.10.0.alpha1
Tatu Lund pirms 4 gadiem
vecāks
revīzija
1ce4be3583
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2
    1
      server/src/main/java/com/vaadin/ui/MultiSelect.java

+ 2
- 1
server/src/main/java/com/vaadin/ui/MultiSelect.java Parādīt failu

@@ -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}

Notiek ielāde…
Atcelt
Saglabāt