Remove unused import in ApacheSshTest

Change-Id: I55ebddf232369389e717bbf8707f6e785de14bce
This commit is contained in:
Matthias Sohn 2021-12-04 01:40:36 +01:00
parent c25e8b3dee
commit f8f4357d63
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.transport.SshSessionFactory;
import org.eclipse.jgit.transport.ssh.SshTestBase;
import org.eclipse.jgit.transport.sshd.SshdSessionFactory;
import org.eclipse.jgit.util.FS;
import org.junit.Test;
import org.junit.experimental.theories.Theories;