Skip to content

Commit

Permalink
Revise the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Oct 29, 2024
1 parent 487364c commit 5069b72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3279,7 +3279,7 @@ public void close() {
}
}

/** inline ${@link hudson.Functions#isWindows()} to prevent a transient remote classloader issue */
/** inline ${@link hudson.Functions#isWindows()} to avoid a transient remote classloader issue */
private static boolean isWindows() {
return File.pathSeparatorChar == ';';
}
Expand Down

0 comments on commit 5069b72

Please sign in to comment.