Browse Source

Merge "Remove redundant semicolon"

stable-3.5
Robin Rosenberg 10 years ago committed by Gerrit Code Review @ Eclipse.org
parent
commit
f9e7296829
  1. 1
      org.eclipse.jgit.java7.test/src/org/eclipse/jgit/symlinks/SymlinksTest.java

1
org.eclipse.jgit.java7.test/src/org/eclipse/jgit/symlinks/SymlinksTest.java

@ -282,7 +282,6 @@ public class SymlinksTest extends RepositoryTestCase {
data = read(new File(db.getWorkTree(), "link"));
assertEquals("target",
FileUtils.readSymLink(new File(db.getWorkTree(), "link")));
;
assertEquals("someData", data);
}

Loading…
Cancel
Save