summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-08-14 15:06:05 +0300
committerArtur Signell <artur@vaadin.com>2012-08-14 15:07:17 +0300
commiteb51296d21be72954a0fea624519bcc66bb29f87 (patch)
treef808dea32efac8b39e9955cf89ca7e2171ea0c56 /shared
parentd311548afbd09abb7219469266dd6b3b93f9980f (diff)
downloadvaadin-framework-eb51296d21be72954a0fea624519bcc66bb29f87.tar.gz
vaadin-framework-eb51296d21be72954a0fea624519bcc66bb29f87.zip
Removed depdencies from server to client (#9279)
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";
}