Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicate setBatchReadEnabled (apache#4215)
### Motivation `setBatchReadEnabled` is duplicated, which breaks the compilation: ``` Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project bookkeeper-server: Compilation failure: Compilation failure: Error: /home/runner/work/bookkeeper/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ClientConfiguration.java:[2110,32] method setBatchReadEnabled(boolean) is already defined in class org.apache.bookkeeper.conf.ClientConfiguration ``` ### Changes Remove the duplicated method.
- Loading branch information