Remove unused imports of JarFile
Change-Id: I7085fba92ca1a24d101484d2f0eee6b229f682e0
This commit is contained in:
parent
086006ec35
commit
fbb798ff15
@ -28,7 +28,6 @@ import com.google.inject.Injector;
|
||||
import org.eclipse.jgit.internal.storage.file.FileSnapshot;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.jar.JarFile;
|
||||
|
||||
class JsPlugin extends Plugin {
|
||||
private Injector httpInjector;
|
||||
|
@ -29,7 +29,6 @@ import java.io.File;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
import java.util.jar.Attributes;
|
||||
import java.util.jar.JarFile;
|
||||
import java.util.jar.Manifest;
|
||||
|
||||
public abstract class Plugin {
|
||||
|
Loading…
Reference in New Issue
Block a user