diff options
Diffstat (limited to 'server/src/main/java/com/vaadin/ui/LegacyWindow.java')
-rw-r--r-- | server/src/main/java/com/vaadin/ui/LegacyWindow.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/src/main/java/com/vaadin/ui/LegacyWindow.java b/server/src/main/java/com/vaadin/ui/LegacyWindow.java index 7cb20a82b9..94a4c52c90 100644 --- a/server/src/main/java/com/vaadin/ui/LegacyWindow.java +++ b/server/src/main/java/com/vaadin/ui/LegacyWindow.java @@ -35,7 +35,7 @@ public class LegacyWindow extends UI { private LegacyApplication application; /** - * Create a new legacy window + * Create a new legacy window. */ public LegacyWindow() { super(new VerticalLayout()); @@ -43,7 +43,7 @@ public class LegacyWindow extends UI { } /** - * Creates a new legacy window with the given caption + * Creates a new legacy window with the given caption. * * @param caption * the caption of the window @@ -54,7 +54,7 @@ public class LegacyWindow extends UI { } /** - * Creates a legacy window with the given caption and content layout + * Creates a legacy window with the given caption and content layout. * * @param caption * @param content |