summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ApplicationConstants.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/src/com/vaadin/shared/ApplicationConstants.java b/shared/src/com/vaadin/shared/ApplicationConstants.java
index ff87e6c4b6..e3c147d396 100644
--- a/shared/src/com/vaadin/shared/ApplicationConstants.java
+++ b/shared/src/com/vaadin/shared/ApplicationConstants.java
@@ -33,4 +33,6 @@ public class ApplicationConstants {
public static final String V_RESOURCE_PATH = "v-resourcePath";
+ @Deprecated
+ public static final String DRAG_AND_DROP_CONNECTOR_ID = "DD";
}