You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by sy...@apache.org on 2020/10/25 14:57:18 UTC

[zookeeper] branch branch-3.6 updated: ZOOKEEPER-3950: [ADDENDUM] fix checksyle error on branch-3.6

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

symat pushed a commit to branch branch-3.6
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.6 by this push:
     new d13e28b  ZOOKEEPER-3950: [ADDENDUM] fix checksyle error on branch-3.6
d13e28b is described below

commit d13e28b0c45e4f96b2e61bd363d0e4379faabea4
Author: Mate Szalay-Beko <sy...@apache.org>
AuthorDate: Sun Oct 25 14:56:41 2020 +0000

    ZOOKEEPER-3950: [ADDENDUM] fix checksyle error on branch-3.6
    
    when I cherry-picked ZOOKEEPER-3950 to branch-3.6, I had to change the unit test (from junit 5 to junit 4). I left a checkstyle error in the test code, so checkstyle fails now on branch-3.6. This trivial commit fixes that.
    
    Author: Mate Szalay-Beko <sy...@apache.org>
    
    Reviewers: Enrico Olivelli <eo...@apache.org>
    
    Closes #1516 from symat/ZOOKEEPER-3950-branch-3.6
---
 .../src/test/java/org/apache/zookeeper/common/BCFKSFileLoaderTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/zookeeper-server/src/test/java/org/apache/zookeeper/common/BCFKSFileLoaderTest.java b/zookeeper-server/src/test/java/org/apache/zookeeper/common/BCFKSFileLoaderTest.java
index 868be2e..c3ee498 100644
--- a/zookeeper-server/src/test/java/org/apache/zookeeper/common/BCFKSFileLoaderTest.java
+++ b/zookeeper-server/src/test/java/org/apache/zookeeper/common/BCFKSFileLoaderTest.java
@@ -21,7 +21,6 @@ package org.apache.zookeeper.common;
 import java.io.IOException;
 import java.security.KeyStore;
 import java.util.Collection;
-
 import org.junit.Assert;
 import org.junit.Test;
 import org.junit.runner.RunWith;