Skip to content

Commit

Permalink
make ServerVersionUtils a bean
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Dec 18, 2023
1 parent ef8a81b commit ea8bdd7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ public <T> void insert(T document, String setName) {
@Override
public <T> void insertAll(Iterable<? extends T> documents) {
validateForBatchWrite(documents, "Documents for insert");

insertAll(documents, getSetName(documents.iterator().next()));
}

@Override
Expand Down

0 comments on commit ea8bdd7

Please sign in to comment.