We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487364c commit 5069b72Copy full SHA for 5069b72
src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java
@@ -3279,7 +3279,7 @@ public void close() {
3279
}
3280
3281
3282
- /** inline ${@link hudson.Functions#isWindows()} to prevent a transient remote classloader issue */
+ /** inline ${@link hudson.Functions#isWindows()} to avoid a transient remote classloader issue */
3283
private static boolean isWindows() {
3284
return File.pathSeparatorChar == ';';
3285
0 commit comments