Skip to content

Commit c8eeacc

Browse files
committed
Opps - didnt want that
1 parent 74c9cce commit c8eeacc

File tree

2 files changed

+1
-64
lines changed

2 files changed

+1
-64
lines changed

src/main/java/org/dataloader/DataLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ private DataLoader(Object batchLoadFunction, DataLoaderOptions options) {
360360
this.loaderQueue = new ArrayList<>();
361361
this.stats = nonNull(this.loaderOptions.getStatisticsCollector());
362362

363-
this.helper = new DataLoaderHelper<>(this, batchLoadFunction, this.loaderOptions, futureCache, loaderQueue, stats);
363+
this.helper = new DataLoaderHelper<>(this, batchLoadFunction, this.loaderOptions, this.futureCache, this.loaderQueue, this.stats);
364364
}
365365

366366
@SuppressWarnings("unchecked")

src/test/java/TestFI.java

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)