Skip to content

Commit 5e42344

Browse files
zsmooreCopilot
andauthored
Update src/main/java/org/dataloader/DataLoaderOptions.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6efaf3b commit 5e42344

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ public boolean equals(Object o) {
144144
Objects.equals(statisticsCollector, that.statisticsCollector) &&
145145
Objects.equals(environmentProvider, that.environmentProvider) &&
146146
Objects.equals(valueCacheOptions, that.valueCacheOptions) &&
147-
Objects.equals(batchLoaderScheduler, that.batchLoaderScheduler);
147+
Objects.equals(batchLoaderScheduler, that.batchLoaderScheduler) &&
148+
Objects.equals(dispatchStrategy, that.dispatchStrategy);
148149
}
149150

150151

0 commit comments

Comments
 (0)