diff --git a/.classpath b/.classpath index 52cf8bb..e035b93 100644 --- a/.classpath +++ b/.classpath @@ -1,18 +1,14 @@ - - - - - - - + + + + + - - - - - + + + diff --git a/src/main/java/com/threerings/getdown/tools/JarDiff.java b/src/main/java/com/threerings/getdown/tools/JarDiff.java index 3e7730b..daeeba0 100644 --- a/src/main/java/com/threerings/getdown/tools/JarDiff.java +++ b/src/main/java/com/threerings/getdown/tools/JarDiff.java @@ -39,7 +39,6 @@ package com.threerings.getdown.tools; import java.io.*; import java.util.*; import java.util.jar.*; -import java.util.zip.*; /** * JarDiff is able to create a jar file containing the delta between two jar files (old and new).