]> source.dussan.org Git - vaadin-framework.git/commitdiff
Some src comment updates
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Wed, 17 Sep 2008 07:53:28 +0000 (07:53 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Wed, 17 Sep 2008 07:53:28 +0000 (07:53 +0000)
svn changeset:5418/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/ApplicationConnection.java

index 0671332b680af37180af601bb2da167378236537..f9b36a3ff337e500fa9610d27a779eb4f6dffb37 100755 (executable)
@@ -99,8 +99,10 @@ public class ApplicationConnection {
 
     private int activeRequests = 0;
 
+    /** Parameters for this application connection loaded from the web-page */
     private final ApplicationConfiguration configuration;
 
+    /** List of pending variable change bursts that must be submitted in order */
     private final Vector pendingVariableBursts = new Vector();
 
     public ApplicationConnection(WidgetSet widgetSet,
@@ -130,7 +132,6 @@ public class ApplicationConnection {
 
         initializeClientHooks();
 
-        // TODO remove hard coded id name
         view = new IView(cnf.getRootPanelId());
 
         makeUidlRequest("", true, false);