summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-09-06 10:18:56 +0300
committerLeif Åstrand <leif@vaadin.com>2012-09-06 10:20:42 +0300
commitadbbf9704e478df135c0a693dcda31a9cca1e7ab (patch)
tree2a1b6da34ee9c84d03c324780f90b0b29f4bf633 /shared
parent4d2031b1278ae78be7b35ae1e27971b98524ee91 (diff)
downloadvaadin-framework-adbbf9704e478df135c0a693dcda31a9cca1e7ab.tar.gz
vaadin-framework-adbbf9704e478df135c0a693dcda31a9cca1e7ab.zip
Rename DeploymentConfiguration -> VaadinService (#9402)
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ui/link/LinkConstants.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/src/com/vaadin/shared/ui/link/LinkConstants.java b/shared/src/com/vaadin/shared/ui/link/LinkConstants.java
index 80768a073b..4752cb0d51 100644
--- a/shared/src/com/vaadin/shared/ui/link/LinkConstants.java
+++ b/shared/src/com/vaadin/shared/ui/link/LinkConstants.java
@@ -16,7 +16,6 @@
package com.vaadin.shared.ui.link;
-
public class LinkConstants {
public static String HREF_RESOURCE = "href";
}