diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-05-30 23:51:05 +0200 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2019-05-31 09:40:59 +0900 |
commit | 22352e47516546c1484bf912b8499e88a119b1e7 (patch) | |
tree | c75e793221a9aefb9bd84299a9ae9e95b0a970c4 | |
parent | d2425e16f465303905ba23309d876127faa93af1 (diff) | |
download | jgit-22352e47516546c1484bf912b8499e88a119b1e7.tar.gz jgit-22352e47516546c1484bf912b8499e88a119b1e7.zip |
Remove excess blank line in FileUtilsTest
Change-Id: I0d617feb7baacf9917b1da605fcb75f7d4ccd184
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r-- | org.eclipse.jgit.test/tst/org/eclipse/jgit/util/FileUtilsTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/FileUtilsTest.java b/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/FileUtilsTest.java index c0f4965668..9ee9613f79 100644 --- a/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/FileUtilsTest.java +++ b/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/FileUtilsTest.java @@ -137,7 +137,6 @@ public class FileUtilsTest { } @Test - public void testDeleteRecursiveEmpty() throws IOException { File f1 = new File(trash, "test/test/a"); File f2 = new File(trash, "test/a"); |