summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/event
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2010-03-15 13:04:35 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2010-03-15 13:04:35 +0000
commitc7bc85335cf48276eede6d53961fcfceaec49df7 (patch)
treec1361c405807ac0a03437899ad4167a94e5c9ff9 /src/com/vaadin/event
parentd56d0c3a4d9aec4bb3d63425dc6a242d52278ed7 (diff)
downloadvaadin-framework-c7bc85335cf48276eede6d53961fcfceaec49df7.tar.gz
vaadin-framework-c7bc85335cf48276eede6d53961fcfceaec49df7.zip
removed DragDropPane class, some cleanup
svn changeset:11874/svn branch:6.3
Diffstat (limited to 'src/com/vaadin/event')
-rw-r--r--src/com/vaadin/event/dd/DropHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/event/dd/DropHandler.java b/src/com/vaadin/event/dd/DropHandler.java
index cf6d850b7b..555bd7136b 100644
--- a/src/com/vaadin/event/dd/DropHandler.java
+++ b/src/com/vaadin/event/dd/DropHandler.java
@@ -16,7 +16,7 @@ import com.vaadin.event.dd.acceptCriteria.AcceptCriterion;
*/
public interface DropHandler extends Serializable {
- public void drop(DragAndDropEvent dropEvent);
+ public void drop(DragAndDropEvent event);
/**
* Returns the {@link AcceptCriterion} used to evaluate whether the