summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/event
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-03-18 15:20:03 +0000
committerArtur Signell <artur.signell@itmill.com>2010-03-18 15:20:03 +0000
commite363171b360b44b2e62244f7897ef3c85fc198eb (patch)
tree4bcefa3bba2e78f33c468a9083be9257669631a7 /src/com/vaadin/event
parent5e4d8ba39238a22bd3a2aa818bfc445fe330b9ce (diff)
downloadvaadin-framework-e363171b360b44b2e62244f7897ef3c85fc198eb.tar.gz
vaadin-framework-e363171b360b44b2e62244f7897ef3c85fc198eb.zip
Removed extra serialVersionUIDs
svn changeset:11974/svn branch:6.3
Diffstat (limited to 'src/com/vaadin/event')
-rw-r--r--src/com/vaadin/event/dd/DragAndDropEvent.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/vaadin/event/dd/DragAndDropEvent.java b/src/com/vaadin/event/dd/DragAndDropEvent.java
index 275e212701..d2b971a689 100644
--- a/src/com/vaadin/event/dd/DragAndDropEvent.java
+++ b/src/com/vaadin/event/dd/DragAndDropEvent.java
@@ -23,7 +23,6 @@ import com.vaadin.event.dd.acceptCriteria.AcceptCriterion;
*
*/
public class DragAndDropEvent implements Serializable {
- private static final long serialVersionUID = -2232591107911385564L;
private Transferable transferable;
private DropTargetDetails dropTargetDetails;