summaryrefslogtreecommitdiffstats
path: root/server/src
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-09-14 15:31:03 +0300
committerLeif Åstrand <leif@vaadin.com>2012-09-14 15:31:03 +0300
commit99060f6e5991374fbed0145e9bfdb514fc9c7a0c (patch)
treea978fa7c13e883daabaed94ccf9f7b1a6247f135 /server/src
parent6c36222b3307d70d3b5f9ed12ffde04cc0437774 (diff)
downloadvaadin-framework-99060f6e5991374fbed0145e9bfdb514fc9c7a0c.tar.gz
vaadin-framework-99060f6e5991374fbed0145e9bfdb514fc9c7a0c.zip
Reference to the new, non-deprecated method in javadoc.
Diffstat (limited to 'server/src')
-rw-r--r--server/src/com/vaadin/server/ClientConnector.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/server/ClientConnector.java b/server/src/com/vaadin/server/ClientConnector.java
index 6e142e9ca1..65c0ca366a 100644
--- a/server/src/com/vaadin/server/ClientConnector.java
+++ b/server/src/com/vaadin/server/ClientConnector.java
@@ -189,7 +189,7 @@ public interface ClientConnector extends Connector, RpcTarget {
* features.
* <p>
* This method must not alter the component hierarchy in any way. Calling
- * requestRepaint() from this method will have no effect.
+ * {@link #markAsDirty()} from this method will have no effect.
* </p>
*
* @param initial