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 6efaf3b commit 5e42344Copy full SHA for 5e42344
src/main/java/org/dataloader/DataLoaderOptions.java
@@ -144,7 +144,8 @@ public boolean equals(Object o) {
144
Objects.equals(statisticsCollector, that.statisticsCollector) &&
145
Objects.equals(environmentProvider, that.environmentProvider) &&
146
Objects.equals(valueCacheOptions, that.valueCacheOptions) &&
147
- Objects.equals(batchLoaderScheduler, that.batchLoaderScheduler);
+ Objects.equals(batchLoaderScheduler, that.batchLoaderScheduler) &&
148
+ Objects.equals(dispatchStrategy, that.dispatchStrategy);
149
}
150
151
0 commit comments