浏览代码

Made JavaDoc of updateSelection more precise (#11768)

Addresses https://github.com/vaadin/framework/issues/11520
tags/8.10.0.alpha1
Tatu Lund 4 年前
父节点
当前提交
1ce4be3583
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      server/src/main/java/com/vaadin/ui/MultiSelect.java

+ 2
- 1
server/src/main/java/com/vaadin/ui/MultiSelect.java 查看文件

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

正在加载...
取消
保存