We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dcba31 commit c1ab853Copy full SHA for c1ab853
google-api-client/src/main/java/com/google/api/client/googleapis/GoogleUtils.java
@@ -81,10 +81,7 @@ public final class GoogleUtils {
81
82
/** Default JDK cacerts file path relative to java.home. */
83
@VisibleForTesting
84
- static String[] possibleJdkPaths = {
85
- "lib/security/cacerts",
86
- "jre/lib/security/cacerts"
87
- };
+ static String[] possibleJdkPaths = {"lib/security/cacerts", "jre/lib/security/cacerts"};
88
89
/** Java home system property key. */
90
static final String JAVA_HOME_KEY = "java.home";
0 commit comments