]> source.dussan.org Git - vaadin-framework.git/commitdiff
opening for extension
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Sun, 31 Oct 2010 19:09:32 +0000 (19:09 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Sun, 31 Oct 2010 19:09:32 +0000 (19:09 +0000)
svn changeset:15796/svn branch:6.5

src/com/vaadin/terminal/gwt/client/ApplicationConnection.java

index 23ee249c5a8d9756f60e4b215cc4b37059a6bd08..8c75311606e2696d03dab6265dea8e3b88dce781 100755 (executable)
@@ -186,8 +186,9 @@ public class ApplicationConnection {
      * called once this application has started (first response received) or
      * failed to start. This ensures that the applications are started in order,
      * to avoid session-id problems.
+     * @return 
      */
-    void start() {
+    public void start() {
         repaintAll();
     }