We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5dd483 commit 83c4220Copy full SHA for 83c4220
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/ssl/pem/PemContent.java
@@ -25,7 +25,6 @@
25
import java.nio.file.StandardOpenOption;
26
import java.security.PrivateKey;
27
import java.security.cert.X509Certificate;
28
-import java.util.Arrays;
29
import java.util.List;
30
import java.util.Objects;
31
import java.util.regex.Pattern;
@@ -35,7 +34,6 @@
35
34
import org.springframework.core.io.Resource;
36
import org.springframework.util.Assert;
37
import org.springframework.util.StreamUtils;
38
-import org.springframework.util.StringUtils;
39
40
/**
41
* PEM encoded content that can provide {@link X509Certificate certificates} and
0 commit comments