summaryrefslogtreecommitdiffstats
path: root/shared/src
diff options
context:
space:
mode:
Diffstat (limited to 'shared/src')
-rw-r--r--shared/src/com/vaadin/shared/communication/SharedState.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/shared/src/com/vaadin/shared/communication/SharedState.java b/shared/src/com/vaadin/shared/communication/SharedState.java
index 17b6fd7ab4..57c3e801b5 100644
--- a/shared/src/com/vaadin/shared/communication/SharedState.java
+++ b/shared/src/com/vaadin/shared/communication/SharedState.java
@@ -54,9 +54,9 @@ public class SharedState implements Serializable {
/**
* The automatically managed resources used by the connector.
*
- * @see com.vaadin.terminal.AbstractClientConnector#setResource(String,
- * com.vaadin.terminal.Resource)
- * @see com.vaadin.terminal.gwt.client.ui.AbstractConnector#getResourceUrl(String)
+ * @see com.vaadin.server.AbstractClientConnector#setResource(String,
+ * com.vaadin.server.Resource)
+ * @see com.vaadin.client.ui.AbstractConnector#getResourceUrl(String)
*/
public Map<String, URLReference> resources = new HashMap<String, URLReference>();