You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bb...@apache.org on 2022/06/25 21:28:17 UTC

[hbase] branch branch-2 updated: HBASE-27060 Addendum spotless fix (#4580)

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

bbeaudreault pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new c0a8647c534 HBASE-27060 Addendum spotless fix (#4580)
c0a8647c534 is described below

commit c0a8647c534b54fad4942e2a5bd6ad3a1f03a140
Author: Bryan Beaudreault <bb...@hubspot.com>
AuthorDate: Sat Jun 25 17:28:09 2022 -0400

    HBASE-27060 Addendum spotless fix (#4580)
    
    Signed-off-by: Sean Busbey <bu...@apache.org>
---
 .../apache/hadoop/hbase/client/coprocessor/TestAggregationClient.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hbase-endpoint/src/test/java/org/apache/hadoop/hbase/client/coprocessor/TestAggregationClient.java b/hbase-endpoint/src/test/java/org/apache/hadoop/hbase/client/coprocessor/TestAggregationClient.java
index 1756958d7fe..203c2a9f546 100644
--- a/hbase-endpoint/src/test/java/org/apache/hadoop/hbase/client/coprocessor/TestAggregationClient.java
+++ b/hbase-endpoint/src/test/java/org/apache/hadoop/hbase/client/coprocessor/TestAggregationClient.java
@@ -20,6 +20,7 @@ package org.apache.hadoop.hbase.client.coprocessor;
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;
 import static org.junit.Assert.fail;
+
 import java.io.IOException;
 import org.apache.hadoop.conf.Configuration;
 import org.apache.hadoop.hbase.HBaseClassTestRule;