You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vaadin-checkbox-flow-parent/vaadin-checkbox-flow-integration-tests/src/main/java/com/vaadin/flow/component/checkbox/tests/RefreshDataProviderPage.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,12 @@ public RefreshDataProviderPage() {
Copy file name to clipboardExpand all lines: vaadin-checkbox-flow-parent/vaadin-checkbox-flow/src/main/java/com/vaadin/flow/component/checkbox/CheckboxGroup.java
+1-15Lines changed: 1 addition & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -320,17 +320,6 @@ public T getItem() {
320
320
}
321
321
}
322
322
323
-
/**
324
-
* {@inheritDoc}
325
-
*
326
-
* @deprecated Because the stream is collected to a list anyway, use
Copy file name to clipboardExpand all lines: vaadin-checkbox-flow-parent/vaadin-checkbox-flow/src/test/java/com/vaadin/flow/component/checkbox/tests/CheckboxGroupTest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -256,7 +256,7 @@ public void singleDataRefreshEvent() {
Copy file name to clipboardExpand all lines: vaadin-combo-box-flow-parent/vaadin-combo-box-flow-integration-tests/src/main/java/com/vaadin/flow/component/combobox/test/ComboBoxPage.java
Copy file name to clipboardExpand all lines: vaadin-combo-box-flow-parent/vaadin-combo-box-flow-integration-tests/src/main/java/com/vaadin/flow/component/combobox/test/PreSelectedValuePage.java
Copy file name to clipboardExpand all lines: vaadin-combo-box-flow-parent/vaadin-combo-box-flow/src/main/java/com/vaadin/flow/component/combobox/ComboBoxBase.java
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -669,19 +669,6 @@ public ComboBoxListDataView<TItem> setItems(
669
669
returndataController.setItems(dataProvider);
670
670
}
671
671
672
-
/**
673
-
* {@inheritDoc}
674
-
*
675
-
* @deprecated Because the stream is collected to a list anyway, use
0 commit comments