diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-14 20:01:36 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-18 12:43:25 +0300 |
commit | fb50d90d5bb213516c56264c9cb484e774e7c29b (patch) | |
tree | 75b7c1166f31a6d24a80be2a10f34b537326e1fb /server/src/com/vaadin/ui/UI.java | |
parent | 2a9e60812575a6a15647d45300c5f279903205d5 (diff) | |
download | vaadin-framework-fb50d90d5bb213516c56264c9cb484e774e7c29b.tar.gz vaadin-framework-fb50d90d5bb213516c56264c9cb484e774e7c29b.zip |
Fixed javadoc reference to wrong CloseListener
Diffstat (limited to 'server/src/com/vaadin/ui/UI.java')
-rw-r--r-- | server/src/com/vaadin/ui/UI.java | 4 |
1 files 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. |