Skip to content

Commit 6d2db60

Browse files
committed
Javadoc
1 parent 58af742 commit 6d2db60

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,13 @@ public Builder setInstrumentation(DataLoaderInstrumentation instrumentation) {
451451
return this;
452452
}
453453

454+
/**
455+
* Sets in a new {@link DispatchStrategy}
456+
*
457+
* @param dispatchStrategy the new {@link DispatchStrategy}
458+
*
459+
* @return the builder for fluent coding
460+
*/
454461
public Builder setDispatchStrategy(DispatchStrategy dispatchStrategy) {
455462
this.dispatchStrategy = dispatchStrategy;
456463
return this;

0 commit comments

Comments
 (0)