From 03b983ee8f0373fb4240c6189d8dbafae0b6924c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Dahlstr=C3=B6m?= Date: Tue, 11 Sep 2012 11:53:46 +0300 Subject: [PATCH] Minor javadoc update --- server/src/com/vaadin/server/VaadinSession.java | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/server/src/com/vaadin/server/VaadinSession.java b/server/src/com/vaadin/server/VaadinSession.java index a91c011ddf..3a379fdc76 100644 --- a/server/src/com/vaadin/server/VaadinSession.java +++ b/server/src/com/vaadin/server/VaadinSession.java @@ -1067,15 +1067,10 @@ public class VaadinSession implements HttpSessionBindingListener, Serializable { /** * Gets all the UIs of this session. This includes UIs that have been - * requested but not yet initialized. Please note, that UIs are not - * automatically removed e.g. if the browser window is closed and that there - * is no way to manually remove a UI. Inactive UIs will thus not be released - * for GC until the entire application is released when the session has - * timed out (unless there are dangling references). Improved support for - * releasing unused uIs is planned for an upcoming alpha release of Vaadin - * 7. + * requested but not yet initialized. UIs that receive no heartbeat requests + * from the client are eventually removed from the session. * - * @return a collection of uIs belonging to this application + * @return a collection of UIs belonging to this application * * @since 7.0 */ @@ -1248,6 +1243,8 @@ public class VaadinSession implements HttpSessionBindingListener, Serializable { * * @since 7.0.0 * + * @deprecated Might be refactored or removed before 7.0.0 + * * @param ui * The UI whose status to check * @return true if the UI is alive, false if it could be removed. -- 2.39.5