You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by yo...@apache.org on 2021/11/02 07:59:01 UTC

[bookkeeper] branch branch-4.14 updated: Fix the style issue introduced by cherry-pick

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

yong pushed a commit to branch branch-4.14
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/branch-4.14 by this push:
     new 7992190  Fix the style issue introduced by cherry-pick
7992190 is described below

commit 7992190e5652f5f26b3751e12aaf528e30301a5a
Author: Yong Zhang <zh...@gmail.com>
AuthorDate: Tue Nov 2 15:58:29 2021 +0800

    Fix the style issue introduced by cherry-pick
---
 .../java/org/apache/bookkeeper/bookie/GcOverreplicatedLedgerTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/GcOverreplicatedLedgerTest.java b/bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/GcOverreplicatedLedgerTest.java
index 67527d5..1a22d07 100644
--- a/bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/GcOverreplicatedLedgerTest.java
+++ b/bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/GcOverreplicatedLedgerTest.java
@@ -24,8 +24,8 @@ package org.apache.bookkeeper.bookie;
 import com.google.common.collect.Lists;
 
 import java.io.IOException;
-import java.net.UnknownHostException;
 import java.net.URI;
+import java.net.UnknownHostException;
 import java.util.Arrays;
 import java.util.Collection;
 import java.util.List;