This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new da4c40d539 Remove unused value assign in BookKeeperTestClient (#3331)
da4c40d539 is described below
commit da4c40d5399521266970e7a0f659b8cf37456a82
Author: LeKe <[email protected]>
AuthorDate: Sun Jun 19 22:54:05 2022 +0800
Remove unused value assign in BookKeeperTestClient (#3331)
---
.../src/test/java/org/apache/bookkeeper/client/BookKeeperTestClient.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookKeeperTestClient.java
b/bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookKeeperTestClient.java
index c692e1e1c3..0861683d2b 100644
---
a/bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookKeeperTestClient.java
+++
b/bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookKeeperTestClient.java
@@ -58,7 +58,6 @@ public class BookKeeperTestClient extends BookKeeper {
throws IOException, InterruptedException, BKException {
super(conf, zkc, null, new UnpooledByteBufAllocator(false),
NullStatsLogger.INSTANCE, null, null, null);
- this.statsProvider = statsProvider;
}
public BookKeeperTestClient(ClientConfiguration conf)