summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ApplicationConstants.java4
-rw-r--r--shared/src/com/vaadin/shared/ui/popupview/PopupViewServerRpc.java1
2 files changed, 2 insertions, 3 deletions
diff --git a/shared/src/com/vaadin/shared/ApplicationConstants.java b/shared/src/com/vaadin/shared/ApplicationConstants.java
index 61bb33521d..a21a0d0b35 100644
--- a/shared/src/com/vaadin/shared/ApplicationConstants.java
+++ b/shared/src/com/vaadin/shared/ApplicationConstants.java
@@ -26,8 +26,8 @@ public class ApplicationConstants {
public static final String HEARTBEAT_REQUEST_PATH = "HEARTBEAT/";
- public static final String PUBLISHED_FILE_PATH = APP_REQUEST_PATH
- + '/' + "PUBLISHED";
+ public static final String PUBLISHED_FILE_PATH = APP_REQUEST_PATH + '/'
+ + "PUBLISHED";
public static final String APP_PROTOCOL_PREFIX = "app://";
public static final String PUBLISHED_PROTOCOL_NAME = "published";
diff --git a/shared/src/com/vaadin/shared/ui/popupview/PopupViewServerRpc.java b/shared/src/com/vaadin/shared/ui/popupview/PopupViewServerRpc.java
index 6b38e2e9f2..d7c5846054 100644
--- a/shared/src/com/vaadin/shared/ui/popupview/PopupViewServerRpc.java
+++ b/shared/src/com/vaadin/shared/ui/popupview/PopupViewServerRpc.java
@@ -2,7 +2,6 @@ package com.vaadin.shared.ui.popupview;
import com.vaadin.shared.communication.ServerRpc;
-
public interface PopupViewServerRpc extends ServerRpc {
public void setPopupVisibility(boolean visible);