Skip to content

Commit

Permalink
refactor: code cleaning unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
JPPortier committed Nov 29, 2023
1 parent b98f335 commit 9d655cd
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ public BaseBatch(
this.feedbackEnabled = feedbackEnabled;
}

public static <T> BatchBuilder<T> batchBuilder() {
return new BatchBuilder<>();
}

public Collection<String> getTo() {
return to;
}
Expand Down

0 comments on commit 9d655cd

Please sign in to comment.