From fb50d90d5bb213516c56264c9cb484e774e7c29b Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 14 Sep 2012 20:01:36 +0300 Subject: [PATCH] Fixed javadoc reference to wrong CloseListener --- server/src/com/vaadin/ui/UI.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/com/vaadin/ui/UI.java b/server/src/com/vaadin/ui/UI.java index 7f0710c813..3ad0cc57fa 100644 --- a/server/src/com/vaadin/ui/UI.java +++ b/server/src/com/vaadin/ui/UI.java @@ -799,8 +799,8 @@ public abstract class UI extends AbstractComponentContainer implements /** * Remove the given subwindow from this UI. * - * Since Vaadin 6.5, {@link CloseListener}s are called also when explicitly - * removing a window by calling this method. + * Since Vaadin 6.5, {@link Window.CloseListener}s are called also when + * explicitly removing a window by calling this method. * * Since Vaadin 6.5, returns a boolean indicating if the window was removed * or not. -- 2.39.5