aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/ConnectorTracker.java
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-08-29 11:21:56 +0300
committerArtur Signell <artur@vaadin.com>2012-08-29 11:21:56 +0300
commitbfbfdd51a0563d212d1e811a3eb534122847d206 (patch)
tree8fe2f3f9feda9fe3a1c22ba261c7b498718ddbfd /server/src/com/vaadin/ui/ConnectorTracker.java
parented8a1d154436a635b29a35093cc349e4a4aa2897 (diff)
downloadvaadin-framework-bfbfdd51a0563d212d1e811a3eb534122847d206.tar.gz
vaadin-framework-bfbfdd51a0563d212d1e811a3eb534122847d206.zip
Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432)
Diffstat (limited to 'server/src/com/vaadin/ui/ConnectorTracker.java')
-rw-r--r--server/src/com/vaadin/ui/ConnectorTracker.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/ConnectorTracker.java b/server/src/com/vaadin/ui/ConnectorTracker.java
index b44189f838..ad62b90211 100644
--- a/server/src/com/vaadin/ui/ConnectorTracker.java
+++ b/server/src/com/vaadin/ui/ConnectorTracker.java
@@ -42,7 +42,7 @@ import com.vaadin.terminal.gwt.server.ClientConnector;
* client when the following response is sent. A connector is dirty when an
* operation has been performed on it on the server and as a result of this
* operation new information needs to be sent to its
- * {@link com.vaadin.terminal.gwt.client.ServerConnector}.
+ * {@link com.vaadin.client.ServerConnector}.
* </p>
*
* @author Vaadin Ltd