cleanup: remove some unused imports

Change-Id: I549b934b86753acc362364c8986bfe6457affd12
This commit is contained in:
Robin Rosenberg 2014-04-25 22:27:35 +02:00 committed by Matthias Sohn
parent eac7175cce
commit cd1f3ecb92
1 changed files with 0 additions and 4 deletions

View File

@ -42,14 +42,10 @@
*/
package org.eclipse.jgit.pgm;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import org.eclipse.jgit.api.Git;
import org.eclipse.jgit.junit.JGitTestUtil;
import org.eclipse.jgit.lib.CLIRepositoryTestCase;