Skip to content

Commit 8415ed9

Browse files
javier-godoypaodb
authored andcommitted
docs: fix reference to refactored method
1 parent 0ca1547 commit 8415ed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/flowingcode/vaadin/addons/gridexporter/ConcurrentDownloadTimeoutEvent.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* preventing other listeners from processing the event.
1111
* </p>
1212
*
13-
* @param <T> the type of the GridExporter source
14-
* @see GridExporter#setConcurrentDownloadTimeout(long, java.util.concurrent.TimeUnit)
13+
* @see GridExporterConcurrentSettings#setConcurrentDownloadTimeout(long,
14+
* java.util.concurrent.TimeUnit)
1515
*/
1616
@SuppressWarnings("serial")
1717
public class ConcurrentDownloadTimeoutEvent extends EventObject {

0 commit comments

Comments
 (0)