Browse Source

remove some imports we dont need

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@468556 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 18 years ago
parent
commit
4f27ced09d
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      src/main/org/apache/tools/ant/filters/TokenFilter.java

+ 0
- 3
src/main/org/apache/tools/ant/filters/TokenFilter.java View File

@@ -25,11 +25,8 @@ import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.ProjectComponent;
import org.apache.tools.ant.types.RegularExpression;
import org.apache.tools.ant.types.Substitution;
import org.apache.tools.ant.util.FileUtils;
import org.apache.tools.ant.util.Tokenizer;
import org.apache.tools.ant.util.FileTokenizer;
import org.apache.tools.ant.util.LineTokenizer;
import org.apache.tools.ant.util.StringTokenizer;
import org.apache.tools.ant.util.StringUtils;
import org.apache.tools.ant.util.regexp.Regexp;



Loading…
Cancel
Save