Remove unused import

Change-Id: Id8315b2181f269d2357d14709363ef6a5db55e19
This commit is contained in:
David Pursehouse
2016-02-10 08:34:52 +00:00
parent 685b5b76cc
commit 61d649cdd7

View File

@@ -42,7 +42,6 @@ import org.eclipse.jgit.transport.RefSpec;
import org.eclipse.jgit.transport.SshSessionFactory;
import org.eclipse.jgit.util.FS;
import java.io.File;
import java.io.IOException;
import java.util.List;
import java.util.Properties;