diff options
author | Henri Sara <hesara@vaadin.com> | 2012-11-21 13:58:29 +0200 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2012-11-21 13:59:12 +0200 |
commit | 30c3c87e294f09318b5aecaeb2944a0601988c2b (patch) | |
tree | 0dbbf9169163e0f4083fa3df06c7f647abdcb57e /uitest | |
parent | 416b8a6d6b9eb580454f006b38a72ffe7f484638 (diff) | |
download | vaadin-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.java | 1 |
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); } |