Skip to content

Commit c54fedb

Browse files
aeitzmanlqiu96
andauthored
Update oauth2_http/java/com/google/auth/mtls/X509Provider.java
Co-authored-by: Lawrence Qiu <[email protected]>
1 parent c544c88 commit c54fedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_http/java/com/google/auth/mtls/X509Provider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public X509Provider(String certConfigPathOverride) {
2222
}
2323

2424
public X509Provider() {
25-
this.certConfigPathOverride = null;
25+
super(null);
2626
}
2727

2828
public KeyStore getKeyStore() throws IOException {

0 commit comments

Comments
 (0)