You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by sh...@apache.org on 2022/12/24 03:18:38 UTC

[bookkeeper] branch slashstar-style created (now ec73a54eb2)

This is an automated email from the ASF dual-hosted git repository.

shoothzj pushed a change to branch slashstar-style
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


      at ec73a54eb2 fix checkstyle

This branch includes the following new commits:

     new ec73a54eb2 fix checkstyle

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[bookkeeper] 01/01: fix checkstyle

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shoothzj pushed a commit to branch slashstar-style
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git

commit ec73a54eb2f6365a35d120e61bbbec56545c5a53
Author: ZhangJian He <sh...@gmail.com>
AuthorDate: Sat Dec 24 11:18:19 2022 +0800

    fix checkstyle
---
 .../src/main/java/org/apache/bookkeeper/replication/Auditor.java        | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bookkeeper-server/src/main/java/org/apache/bookkeeper/replication/Auditor.java b/bookkeeper-server/src/main/java/org/apache/bookkeeper/replication/Auditor.java
index 6c02f9f6c8..6f9120c70c 100644
--- a/bookkeeper-server/src/main/java/org/apache/bookkeeper/replication/Auditor.java
+++ b/bookkeeper-server/src/main/java/org/apache/bookkeeper/replication/Auditor.java
@@ -51,7 +51,6 @@ import com.google.common.collect.Lists;
 import com.google.common.collect.Multiset;
 import com.google.common.collect.Sets;
 import com.google.common.util.concurrent.SettableFuture;
-
 import java.io.IOException;
 import java.util.ArrayList;
 import java.util.BitSet;
@@ -77,7 +76,6 @@ import java.util.concurrent.atomic.AtomicInteger;
 import java.util.concurrent.atomic.LongAdder;
 import java.util.function.BiConsumer;
 import java.util.stream.Collectors;
-
 import org.apache.bookkeeper.client.BKException;
 import org.apache.bookkeeper.client.BKException.Code;
 import org.apache.bookkeeper.client.BookKeeper;