From eb51296d21be72954a0fea624519bcc66bb29f87 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 14 Aug 2012 15:06:05 +0300 Subject: Removed depdencies from server to client (#9279) --- shared/src/com/vaadin/shared/ApplicationConstants.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared') 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"; } -- cgit v1.2.3