summaryrefslogtreecommitdiffstats
path: root/uitest/src
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2015-07-22 14:50:26 +0300
committerVaadin Code Review <review@vaadin.com>2015-08-18 08:34:28 +0000
commit15ad8bccfc9073cdf1e587f7f7dd6e1f3f27c43f (patch)
treefc847dee42affb67856813772555c6805a5e9e2d /uitest/src
parente7fda93b300b11d9507f25917306e1f3d57cb27c (diff)
downloadvaadin-framework-15ad8bccfc9073cdf1e587f7f7dd6e1f3f27c43f.tar.gz
vaadin-framework-15ad8bccfc9073cdf1e587f7f7dd6e1f3f27c43f.zip
Fix RpcDataProviderExtension to not rely on item indices (#18503)
Change-Id: I68a77bee4ef8e7a859f3a3c143e6f5922decf025
Diffstat (limited to 'uitest/src')
-rw-r--r--uitest/src/com/vaadin/tests/components/grid/GridDetailsDetach.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/grid/GridDetailsDetach.java b/uitest/src/com/vaadin/tests/components/grid/GridDetailsDetach.java
index 1032378a2d..3d7f6da587 100644
--- a/uitest/src/com/vaadin/tests/components/grid/GridDetailsDetach.java
+++ b/uitest/src/com/vaadin/tests/components/grid/GridDetailsDetach.java
@@ -56,7 +56,6 @@ public class GridDetailsDetach extends AbstractTestUI {
layout.addComponent(new Button("Reattach Grid",
new Button.ClickListener() {
-
@Override
public void buttonClick(ClickEvent event) {
gridContainer.removeAllComponents();