aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlia Motornyi <elmot@vaadin.com>2017-06-14 08:13:39 +0300
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-06-14 08:13:39 +0300
commit4f1c05b09fd32a1f11475f87585adc82926a86c4 (patch)
treeb514309065cd6e333d77e21f2264bbe1e77f6620
parentaf5c46b6e064721b6639e6fab2e6e21988c713c1 (diff)
downloadvaadin-framework-4f1c05b09fd32a1f11475f87585adc82926a86c4.tar.gz
vaadin-framework-4f1c05b09fd32a1f11475f87585adc82926a86c4.zip
Fix method link in ActiveDataHandler JavaDoc (#9525)
-rw-r--r--server/src/main/java/com/vaadin/data/provider/DataCommunicator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main/java/com/vaadin/data/provider/DataCommunicator.java b/server/src/main/java/com/vaadin/data/provider/DataCommunicator.java
index 0730e67904..7427e7a8c5 100644
--- a/server/src/main/java/com/vaadin/data/provider/DataCommunicator.java
+++ b/server/src/main/java/com/vaadin/data/provider/DataCommunicator.java
@@ -86,7 +86,7 @@ public class DataCommunicator<T> extends AbstractExtension {
* {@link DataKeyMapper}.
* <p>
* When the {@link DataCommunicator} is pushing new data to the client-side
- * via {@link DataCommunicator#pushData(int, Stream)},
+ * via {@link DataCommunicator#pushData(int, List)},
* {@link #addActiveData(Stream)} and {@link #cleanUp(Stream)} are called
* with the same parameter. In the clean up method any dropped data objects
* that are not in the given collection will be cleaned up and