From: Artur Signell Date: Wed, 11 Apr 2012 18:22:07 +0000 (+0300) Subject: Javadoc update X-Git-Tag: 7.0.0.alpha2~73 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=77df370ff551ce87c8442d072b588548aec229c1;p=vaadin-framework.git Javadoc update --- diff --git a/src/com/vaadin/terminal/gwt/client/ui/window/WindowConnector.java b/src/com/vaadin/terminal/gwt/client/ui/window/WindowConnector.java index 4995441ce5..733485381e 100644 --- a/src/com/vaadin/terminal/gwt/client/ui/window/WindowConnector.java +++ b/src/com/vaadin/terminal/gwt/client/ui/window/WindowConnector.java @@ -140,7 +140,7 @@ public class WindowConnector extends AbstractComponentContainerConnector getWidget().layout = lo; } - // we may have actions and notifications + // we may have actions if (uidl.getChildCount() > 1) { final int cnt = uidl.getChildCount(); for (int i = 1; i < cnt; i++) {