We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86aa043 commit 930eafeCopy full SHA for 930eafe
src/main/java/org/dataloader/DataLoaderOptions.java
@@ -193,6 +193,8 @@ public StatisticsCollector getStatisticsCollector() {
193
* the supplier pattern, you can create a new statistics collector on each call or you can reuse
194
* a common value
195
*
196
+ * @param statisticsCollector the statistics collector to use
197
+ *
198
* @return the data loader options for fluent coding
199
*/
200
public DataLoaderOptions setStatisticsCollector(Supplier<StatisticsCollector> statisticsCollector) {
0 commit comments