Skip to content

Commit

Permalink
ZOOKEEPER-3950: [ADDENDUM] fix checksyle error on branch-3.6
Browse files Browse the repository at this point in the history
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 <symat@apache.org>

Reviewers: Enrico Olivelli <eolivelli@apache.org>

Closes #1516 from symat/ZOOKEEPER-3950-branch-3.6
  • Loading branch information
symat committed Oct 25, 2020
1 parent 79a91b9 commit d13e28b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
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;
Expand Down

0 comments on commit d13e28b

Please sign in to comment.