]> source.dussan.org Git - jgit.git/commitdiff
Remove unused import from ArchiveTest 16/20316/1
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 7 Jan 2014 08:17:05 +0000 (09:17 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 7 Jan 2014 08:22:11 +0000 (09:22 +0100)
This unnecessary import was introduced by 2ecc27d.

Change-Id: I5cb415de7e33428d9f95dfbe1e214ef24be9dad9
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/ArchiveTest.java

index cf22ca2f1d8544279c9931355832f208a95ea8d2..6ce092d3c181c2ccc67c2df06559865b25212be4 100644 (file)
@@ -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;