Browse Source

Remove unused imports

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@354103 13f79535-47bb-0310-9956-ffa450edef68
master
Jacobus Martinus Kruithof 19 years ago
parent
commit
1d8a84b738
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      src/main/org/apache/tools/ant/types/ZipFileSet.java

+ 0
- 4
src/main/org/apache/tools/ant/types/ZipFileSet.java View File

@@ -16,12 +16,8 @@
*/ */
package org.apache.tools.ant.types; package org.apache.tools.ant.types;


import java.io.File;
import java.util.Iterator;
import org.apache.tools.ant.BuildException; import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.DirectoryScanner;
import org.apache.tools.ant.Project; import org.apache.tools.ant.Project;
import org.apache.tools.zip.UnixStat;


/** /**
* A ZipFileSet is a FileSet with extra attributes useful in the context of * A ZipFileSet is a FileSet with extra attributes useful in the context of


Loading…
Cancel
Save