From: Artur Signell Date: Tue, 4 Jun 2013 14:57:38 +0000 (+0300) Subject: Fixed javadoc references X-Git-Tag: 7.1.0~86 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=19d00822a1ec86e762cf1cab31a5fd5705fb42c1;p=vaadin-framework.git Fixed javadoc references Change-Id: If20a5db3ee42608fbb246e6d56125e335c616887 --- 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 resources = new HashMap();