]> source.dussan.org Git - vaadin-framework.git/commitdiff
[merge from 6.7] #8491 fixed autocomplete issue, now correct error message if e.g...
authorJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Tue, 13 Mar 2012 09:18:55 +0000 (09:18 +0000)
committerJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Tue, 13 Mar 2012 09:18:55 +0000 (09:18 +0000)
svn changeset:23228/svn branch:6.8

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

index f3444f1313162cbc65cb991039d1ebb08f8ba567..a05dc7d75861b3f75621916547d49b4652faefe9 100644 (file)
@@ -683,7 +683,7 @@ public class ApplicationConnection {
      *            error happened before response was received.
      */
     protected void showCommunicationError(String details, int statusCode) {
-        showAuthenticationError(details);
+        showCommunicationError(details);
     }
 
     /**