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

chenhang 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 333a11f28a fix check style (#3429)
333a11f28a is described below

commit 333a11f28aa4be3e8b214cffe6d25da85dd33702
Author: Hang Chen <[email protected]>
AuthorDate: Thu Jul 28 09:33:35 2022 +0800

    fix check style (#3429)
    
    ### Modification
    The CI failed witch check style, fix it.
    https://github.com/apache/bookkeeper/runs/7544140069?check_suite_focus=true
---
 .../src/main/java/org/apache/bookkeeper/conf/AbstractConfiguration.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/AbstractConfiguration.java
 
b/bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/AbstractConfiguration.java
index 0b8fce91ca..adfb501a67 100644
--- 
a/bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/AbstractConfiguration.java
+++ 
b/bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/AbstractConfiguration.java
@@ -19,6 +19,7 @@ package org.apache.bookkeeper.conf;
 
 import static 
org.apache.bookkeeper.conf.ClientConfiguration.CLIENT_AUTH_PROVIDER_FACTORY_CLASS;
 
+import io.netty.buffer.PooledByteBufAllocator;
 import java.net.URL;
 import java.util.HashMap;
 import java.util.Iterator;
@@ -27,7 +28,6 @@ import java.util.Map;
 
 import javax.net.ssl.SSLEngine;
 
-import io.netty.buffer.PooledByteBufAllocator;
 import lombok.extern.slf4j.Slf4j;
 
 import org.apache.bookkeeper.common.allocator.LeakDetectionPolicy;

Reply via email to