Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba committed Mar 1, 2024
1 parent fd9ad8c commit 4d468e2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,9 @@ public Builder setWriteMode(WriteMode writeMode) {
return this;
}

public void setCommitTolerance(CommitTolerance commitTolerance) {
public Builder setCommitTolerance(CommitTolerance commitTolerance) {
this.commitTolerance = commitTolerance;
return this;
}

public DorisExecutionOptions build() {
Expand Down

0 comments on commit 4d468e2

Please sign in to comment.