diff options
Diffstat (limited to 'src/com/vaadin/ui/Window.java')
-rw-r--r-- | src/com/vaadin/ui/Window.java | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/com/vaadin/ui/Window.java b/src/com/vaadin/ui/Window.java index 90b761652c..a46de06635 100644 --- a/src/com/vaadin/ui/Window.java +++ b/src/com/vaadin/ui/Window.java @@ -708,11 +708,10 @@ public class Window extends Panel implements URIHandler, ParameterHandler { * * <p> * This method should not be invoked directly. Instead the - * {@link com.vaadin.Application#addWindow(Window)} method should be - * used to add the window to an application and - * {@link com.vaadin.Application#removeWindow(Window)} method for - * removing the window from the applicion. These methods call this method - * implicitly. + * {@link com.vaadin.Application#addWindow(Window)} method should be used to + * add the window to an application and + * {@link com.vaadin.Application#removeWindow(Window)} method for removing + * the window from the applicion. These methods call this method implicitly. * </p> * * <p> @@ -1335,7 +1334,7 @@ public class Window extends Panel implements URIHandler, ParameterHandler { * in client too. Not the one that is rendered last (the case we'd get if * implemented in Focusable only). * - * To focus component from Toolkit application, use Focusable.focus(). See + * To focus component from Vaadin application, use Focusable.focus(). See * {@link Focusable}. * * @param focusable |