Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-01-07 08:17:05 +0000
committerMatthias Sohn2014-01-07 08:22:11 +0000
commit74e3fde959aac5989333a589f0d3058bff5825da (patch)
tree0be594114d48bf4521f3030dc92b993941da127d /org.eclipse.jgit.pgm.test
parented7e1eff07787e847e460f75cd82ba546b6d0655 (diff)
downloadjgit-74e3fde959aac5989333a589f0d3058bff5825da.tar.gz
jgit-74e3fde959aac5989333a589f0d3058bff5825da.tar.xz
jgit-74e3fde959aac5989333a589f0d3058bff5825da.zip
Remove unused import from ArchiveTest
This unnecessary import was introduced by 2ecc27d. Change-Id: I5cb415de7e33428d9f95dfbe1e214ef24be9dad9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm.test')
-rw-r--r--org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/ArchiveTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/ArchiveTest.java b/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/ArchiveTest.java
index cf22ca2f1d..6ce092d3c1 100644
--- a/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/ArchiveTest.java
+++ b/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/ArchiveTest.java
@@ -43,7 +43,6 @@
package org.eclipse.jgit.pgm;
import static org.junit.Assert.assertArrayEquals;
-import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import static org.junit.Assume.assumeNoException;

Back to the top