Skip to content

Commit 8c7fa75

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 2a77f86 commit 8c7fa75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

x-pack/plugin/security/cli/src/test/java/org/elasticsearch/xpack/security/cli/CertGenUtilsTests.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
import org.elasticsearch.test.ESTestCase;
2020
import org.junit.BeforeClass;
2121

22-
import javax.net.ssl.TrustManager;
23-
import javax.net.ssl.TrustManagerFactory;
24-
import javax.net.ssl.X509ExtendedTrustManager;
25-
import javax.security.auth.x500.X500Principal;
26-
2722
import java.math.BigInteger;
2823
import java.net.InetAddress;
2924
import java.security.KeyPair;
@@ -37,6 +32,11 @@
3732
import java.util.Set;
3833
import java.util.stream.Collectors;
3934

35+
import javax.net.ssl.TrustManager;
36+
import javax.net.ssl.TrustManagerFactory;
37+
import javax.net.ssl.X509ExtendedTrustManager;
38+
import javax.security.auth.x500.X500Principal;
39+
4040
import static org.elasticsearch.xpack.security.cli.CertGenUtils.KEY_USAGE_BITS;
4141
import static org.elasticsearch.xpack.security.cli.CertGenUtils.buildKeyUsage;
4242
import static org.hamcrest.Matchers.equalTo;

0 commit comments

Comments
 (0)