Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Jan 4, 2025
1 parent b4115b2 commit 2f959af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okhttp/src/jvmTest/kotlin/okhttp3/CacheLockTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class CacheLockTest {
// @Suppress("Since15")
// ProcessHandle.current().info().command().get().toPath()
// } else {
System.getenv("JAVA_HOME").toPath() / "bin/java"
System.getenv("JAVA_HOME").toPath() / "bin/java"
// }

val process =
Expand Down

0 comments on commit 2f959af

Please sign in to comment.