aboutsummaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-08-18 22:51:28 +0300
committerArtur Signell <artur@vaadin.com>2016-08-20 00:22:03 +0300
commitbe6a0cfd847593985b6f226646c576df1906695b (patch)
treefe108158c21ec255957b64ae71abecba44f46f2c /shared
parentfe3dca081a64af892a7f4c0416ecc643aec3ec5a (diff)
downloadvaadin-framework-be6a0cfd847593985b6f226646c576df1906695b.tar.gz
vaadin-framework-be6a0cfd847593985b6f226646c576df1906695b.zip
Organize imports
Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f
Diffstat (limited to 'shared')
-rw-r--r--shared/src/main/java/com/vaadin/shared/ui/ui/UIServerRpc.java2
1 files changed, 1 insertions, 1 deletions
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 99dae727cb..e6c7beb3e7 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
@@ -15,8 +15,8 @@
*/
package com.vaadin.shared.ui.ui;
-import com.vaadin.shared.annotations.NoLoadingIndicator;
import com.vaadin.shared.annotations.Delayed;
+import com.vaadin.shared.annotations.NoLoadingIndicator;
import com.vaadin.shared.communication.ServerRpc;
import com.vaadin.shared.ui.ClickRpc;