From 5a97058359b0e7d850d6dfca6b8737dff56dc51d Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 23 Apr 2014 09:22:16 +0300 Subject: [PATCH] Javadoc fix Change-Id: If07374ae79b6970ccdd47e24aecb866bd5bbc838 --- shared/src/com/vaadin/shared/ui/ui/UIClientRpc.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shared/src/com/vaadin/shared/ui/ui/UIClientRpc.java b/shared/src/com/vaadin/shared/ui/ui/UIClientRpc.java index 3067b10e24..c63f5aa275 100644 --- a/shared/src/com/vaadin/shared/ui/ui/UIClientRpc.java +++ b/shared/src/com/vaadin/shared/ui/ui/UIClientRpc.java @@ -26,8 +26,11 @@ import com.vaadin.shared.communication.ClientRpc; public interface UIClientRpc extends ClientRpc { /** - * @since + * Informs the client that the UI has been closed + * * @param sessionExpired + * true if the ui was closed because the session expired, false + * otherwise */ void uiClosed(boolean sessionExpired); -- 2.39.5