]> source.dussan.org Git - vaadin-framework.git/commitdiff
enhanced documentation
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 10 Dec 2007 15:57:51 +0000 (15:57 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 10 Dec 2007 15:57:51 +0000 (15:57 +0000)
svn changeset:3211/svn branch:trunk

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

index 81ee3d1eee40b7a49b4501903eb178b580f5614d..73902dc1500c1266501b727135c240f60460d2fd 100755 (executable)
@@ -189,7 +189,7 @@ public class ApplicationConnection {
     private void hideLoadingIndicator() {
         if (loadTimer != null) {
             loadTimer.cancel();
-            if(loadTimer2 != null) {
+            if (loadTimer2 != null) {
                 loadTimer2.cancel();
                 loadTimer3.cancel();
             }
@@ -458,8 +458,9 @@ public class ApplicationConnection {
      * component is an instanceof FocusWidget, also handle component disabling
      * when needed.
      * 
-     * @param currentWidget
-     *                Current widget that might need replacement
+     * @param component
+     *                Widget to be updated, expected to implement an instance of
+     *                Paintable
      * @param uidl
      *                UIDL to be painted
      * @param manageCaption