We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2685921 commit 78c2e35Copy full SHA for 78c2e35
1 file changed
oauth2_http/java/com/google/auth/oauth2/IdentityPoolCredentials.java
@@ -190,9 +190,7 @@ private X509Provider getX509Provider(
190
private static String getExplicitCertConfigPath(IdentityPoolCredentialSource credentialSource) {
191
IdentityPoolCredentialSource.CertificateConfig certConfig =
192
credentialSource.getCertificateConfig();
193
- if (certConfig == null) {
194
- return null;
195
- }
+
196
return certConfig.useDefaultCertificateConfig()
197
? null
198
: certConfig.getCertificateConfigLocation();
0 commit comments