Skip to content

Commit 730004f

Browse files
committed
src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java: drop duplicate comment from upstream changes
Signed-off-by: Evgeny Klimov <klimov@provys.com>
1 parent 8adeac2 commit 730004f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,6 @@ public void execute() throws GitException {
17381738
.getAbsolutePath()
17391739
.replace('\\', '/');
17401740
listener.getLogger().println("Using reference repository: " + reference);
1741-
// git implementations on windows also use
17421741
try (PrintWriter w = new PrintWriter(alternates, StandardCharsets.UTF_8)) {
17431742
// git implementations on windows also use
17441743
w.print(absoluteReference);

0 commit comments

Comments
 (0)