From 093471c48f15595b02155ff8c12a38b1ac91d555 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Sun, 31 Oct 2010 19:09:32 +0000 Subject: [PATCH] opening for extension svn changeset:15796/svn branch:6.5 --- src/com/vaadin/terminal/gwt/client/ApplicationConnection.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java b/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java index 23ee249c5a..8c75311606 100755 --- a/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java +++ b/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java @@ -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(); } -- 2.39.5