Skip to content

Commit 9d7ec5d

Browse files
committed
Use constant
1 parent 92deb71 commit 9d7ec5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public class SSLHostConfigCertificate implements Serializable {
8585
private StoreType storeType = null;
8686

8787
public SSLHostConfigCertificate() {
88-
this(null, Type.UNDEFINED);
88+
this(null, DEFAULT_TYPE);
8989
}
9090

9191
public SSLHostConfigCertificate(SSLHostConfig sslHostConfig, Type type) {

0 commit comments

Comments
 (0)