summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorJohannes Dahlström <johannesd@vaadin.com>2013-03-26 19:02:51 +0200
committerVaadin Code Review <review@vaadin.com>2013-03-27 16:15:22 +0000
commit5e77672975c6d272072baeec77005c847535fd97 (patch)
tree968eef92f8ea6e4ee4d09b48f47fceebf37908ac /client
parent3c351deadfd4980ee43a1c86870a4c50ed78b310 (diff)
downloadvaadin-framework-5e77672975c6d272072baeec77005c847535fd97.tar.gz
vaadin-framework-5e77672975c6d272072baeec77005c847535fd97.zip
Removed CommunicationManager and PortletCommunicationManager
* Moved AbstractCommunicationManager abstract methods getThemeResourceAsStream and createBootstrapHandler to VaadinService * Made ACM non-abstract and renamed to LegacyCommunicationManager * Lifted anonymous inner BootstrapHandler subclasses into named public classes Change-Id: I31739ce8a506d572e75ca8cd5509be215e01693d
Diffstat (limited to 'client')
-rw-r--r--client/src/com/vaadin/client/ApplicationConnection.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/com/vaadin/client/ApplicationConnection.java b/client/src/com/vaadin/client/ApplicationConnection.java
index 7a8e73e571..a043ec6c0b 100644
--- a/client/src/com/vaadin/client/ApplicationConnection.java
+++ b/client/src/com/vaadin/client/ApplicationConnection.java
@@ -94,7 +94,7 @@ import com.vaadin.shared.ui.ui.UIConstants;
/**
* This is the client side communication "engine", managing client-server
* communication with its server side counterpart
- * com.vaadin.server.AbstractCommunicationManager.
+ * com.vaadin.server.VaadinService.
*
* Client-side connectors receive updates from the corresponding server-side
* connector (typically component) as state updates or RPC calls. The connector