Skip to content

Commit 930eafe

Browse files
committed
javadoc warning
1 parent 86aa043 commit 930eafe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/dataloader/DataLoaderOptions.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ public StatisticsCollector getStatisticsCollector() {
193193
* the supplier pattern, you can create a new statistics collector on each call or you can reuse
194194
* a common value
195195
*
196+
* @param statisticsCollector the statistics collector to use
197+
*
196198
* @return the data loader options for fluent coding
197199
*/
198200
public DataLoaderOptions setStatisticsCollector(Supplier<StatisticsCollector> statisticsCollector) {

0 commit comments

Comments
 (0)