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

cshannon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 727570424f #3134 - Fixing import sort error on merge from 2.1 into main
727570424f is described below

commit 727570424f40658e40887321266ad999f674b0c4
Author: Christopher L. Shannon (cshannon) <christopher.l.shan...@gmail.com>
AuthorDate: Wed Jan 11 12:18:32 2023 -0500

    #3134 - Fixing import sort error on merge from 2.1 into main
---
 .../base/src/main/java/org/apache/accumulo/server/rpc/TServerUtils.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/server/base/src/main/java/org/apache/accumulo/server/rpc/TServerUtils.java 
b/server/base/src/main/java/org/apache/accumulo/server/rpc/TServerUtils.java
index 72aadb3d3b..38b1794b91 100644
--- a/server/base/src/main/java/org/apache/accumulo/server/rpc/TServerUtils.java
+++ b/server/base/src/main/java/org/apache/accumulo/server/rpc/TServerUtils.java
@@ -69,7 +69,6 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 import com.google.common.net.HostAndPort;
-
 import com.google.common.primitives.Ints;
 
 /**

Reply via email to