Skip to content

Commit

Permalink
Remove duplicate setBatchReadEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
nodece committed Feb 21, 2024
1 parent e25c548 commit 232fa1a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2107,11 +2107,6 @@ public boolean isBatchReadEnabled() {
return getBoolean(BATCH_READ_ENABLED, true);
}

public ClientConfiguration setBatchReadEnabled(boolean enabled) {
setProperty(BATCH_READ_ENABLED, enabled);
return this;
}

@Override
protected ClientConfiguration getThis() {
return this;
Expand Down

0 comments on commit 232fa1a

Please sign in to comment.