Browse Source

yet another JDK 1.1 issue

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271946 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
021b511568
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/util/depend/AbstractAnalyzer.java

+ 1
- 1
src/main/org/apache/tools/ant/util/depend/AbstractAnalyzer.java View File

@@ -236,7 +236,7 @@ public abstract class AbstractAnalyzer implements DependencyAnalyzer {
* dependencies and the also list of root classes.
*/
public void reset() {
rootClasses.clear();
rootClasses.removeAllElements();
determined = false;
fileDependencies = new Vector();
classDependencies = new Vector();


Loading…
Cancel
Save