]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed javadoc reference to wrong CloseListener
authorArtur Signell <artur@vaadin.com>
Fri, 14 Sep 2012 17:01:36 +0000 (20:01 +0300)
committerArtur Signell <artur@vaadin.com>
Tue, 18 Sep 2012 09:43:25 +0000 (12:43 +0300)
server/src/com/vaadin/ui/UI.java

index 7f0710c813de95f2382dc2cf9ba675d61f9d37a2..3ad0cc57fac9267d171599dff7431378d17d280a 100644 (file)
@@ -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.