From 07d56a9ca050d976dec4f598ed39471ae369c588 Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Wed, 1 Feb 2017 11:09:04 +0200 Subject: Add a maven plugin for formatting according to Eclipse settings Running formatter:format will format all files in a submodule using an embedded Eclipse compiler (based on Neon SR1) according to the regular formatting settings file. --- shared/src/main/java/com/vaadin/shared/ui/ui/UIServerRpc.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared') diff --git a/shared/src/main/java/com/vaadin/shared/ui/ui/UIServerRpc.java b/shared/src/main/java/com/vaadin/shared/ui/ui/UIServerRpc.java index 15391dc023..151719985b 100644 --- a/shared/src/main/java/com/vaadin/shared/ui/ui/UIServerRpc.java +++ b/shared/src/main/java/com/vaadin/shared/ui/ui/UIServerRpc.java @@ -35,7 +35,7 @@ public interface UIServerRpc extends ClickRpc, ServerRpc { * should always be called to ensure the message is flushed right away. */ public void poll(); - + public void popstate(String uri); @NoLoadingIndicator -- cgit v1.2.3