summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2012-11-21 13:58:29 +0200
committerHenri Sara <hesara@vaadin.com>2012-11-21 13:59:12 +0200
commit30c3c87e294f09318b5aecaeb2944a0601988c2b (patch)
tree0dbbf9169163e0f4083fa3df06c7f647abdcb57e /uitest
parent416b8a6d6b9eb580454f006b38a72ffe7f484638 (diff)
downloadvaadin-framework-30c3c87e294f09318b5aecaeb2944a0601988c2b.tar.gz
vaadin-framework-30c3c87e294f09318b5aecaeb2944a0601988c2b.zip
Implement HasComponents directly in CustomComponent (#10235)
Change-Id: Ic39a14e8239e921a85437cfad67eac149b41a8d3
Diffstat (limited to 'uitest')
-rw-r--r--uitest/src/com/vaadin/tests/dd/DragDropPane.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/dd/DragDropPane.java b/uitest/src/com/vaadin/tests/dd/DragDropPane.java
index 970e1b0141..6296051ee2 100644
--- a/uitest/src/com/vaadin/tests/dd/DragDropPane.java
+++ b/uitest/src/com/vaadin/tests/dd/DragDropPane.java
@@ -33,7 +33,6 @@ public class DragDropPane extends DragAndDropWrapper implements DropHandler {
setDragStartMode(DragStartMode.COMPONENT);
}
- @Override
public void addComponent(Component c) {
root.addComponent(c);
}