Browse Source

Remove Unused import

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271427 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 23 years ago
parent
commit
db498d958d
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/Zip.java

+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/Zip.java View File

@@ -77,7 +77,6 @@ import org.apache.tools.ant.types.FileSet;
import org.apache.tools.ant.types.EnumeratedAttribute; import org.apache.tools.ant.types.EnumeratedAttribute;
import org.apache.tools.ant.types.ZipFileSet; import org.apache.tools.ant.types.ZipFileSet;
import org.apache.tools.ant.types.ZipScanner; import org.apache.tools.ant.types.ZipScanner;
import org.apache.tools.ant.util.DateUtils;
import org.apache.tools.ant.util.FileUtils; import org.apache.tools.ant.util.FileUtils;
import org.apache.tools.ant.util.SourceFileScanner; import org.apache.tools.ant.util.SourceFileScanner;
import org.apache.tools.ant.util.MergingMapper; import org.apache.tools.ant.util.MergingMapper;


Loading…
Cancel
Save