]> source.dussan.org Git - vaadin-framework.git/commitdiff
added comment
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 27 Sep 2007 10:20:12 +0000 (10:20 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 27 Sep 2007 10:20:12 +0000 (10:20 +0000)
svn changeset:2383/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/server/CommunicationManager.java

index d0c9af00aa5aab2019a04d5f67b298cf7775c33c..c9531bcf55d706b03b69a47dc66308893a99dd3e 100644 (file)
@@ -227,6 +227,13 @@ public class CommunicationManager implements Paintable.RepaintRequestListener,
                out.close();
        }
 
+       /**
+        * Handles UIDL request
+        * 
+        * @param request
+        * @param response
+        * @throws IOException
+        */
        public void handleUidlRequest(HttpServletRequest request,
                        HttpServletResponse response) throws IOException {