Skip to content

Commit d9a514f

Browse files
zsmooreCopilot
andauthored
Update src/main/java/org/dataloader/DataLoaderRegistry.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dc98749 commit d9a514f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/dataloader/DataLoaderRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ public static Builder newRegistry() {
339339
public static class Builder {
340340

341341
private final Map<String, DataLoader<?, ?>> dataLoaders = new HashMap<>();
342-
public DispatchStrategy dispatchStrategy = DispatchStrategy.NO_OP;
342+
private DispatchStrategy dispatchStrategy = DispatchStrategy.NO_OP;
343343
private @Nullable DataLoaderInstrumentation instrumentation;
344344

345345
/**

0 commit comments

Comments
 (0)