Remove unused import in Archive

Change-Id: I0bc82e74f4acedb059322c29e13352151165ef7f
This commit is contained in:
Jonathan Nieder 2013-05-29 10:47:56 -07:00
parent dbf8d95daa
commit 79583aeba7
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@
package org.eclipse.jgit.pgm;
import org.eclipse.jgit.api.ArchiveCommand;
import org.eclipse.jgit.api.Git;
import org.eclipse.jgit.api.errors.GitAPIException;
import org.eclipse.jgit.archive.ArchiveFormats;