close
Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix lint
  • Loading branch information
ldetmer committed Feb 13, 2026
commit c1ab853c7e7a69223f531afee24025b3d6533701
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,7 @@ public final class GoogleUtils {

/** Default JDK cacerts file path relative to java.home. */
@VisibleForTesting
static String[] possibleJdkPaths = {
"lib/security/cacerts",
"jre/lib/security/cacerts"
};
static String[] possibleJdkPaths = {"lib/security/cacerts", "jre/lib/security/cacerts"};

/** Java home system property key. */
static final String JAVA_HOME_KEY = "java.home";
Expand Down
Loading