Skip to content

Commit 5069b72

Browse files
committed
Revise the comment
1 parent 487364c commit 5069b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3279,7 +3279,7 @@ public void close() {
32793279
}
32803280
}
32813281

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

0 commit comments

Comments
 (0)