Browse Source

remove some warnings from code that is by now carved into stone

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@712992 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
a6d4ce254b
1 changed files with 1 additions and 16 deletions
  1. +1
    -16
      src/main/org/apache/tools/ant/ProjectHelper.java

+ 1
- 16
src/main/org/apache/tools/ant/ProjectHelper.java View File

@@ -102,24 +102,9 @@ public class ProjectHelper {
// The following properties are required by import ( and other tasks
// that read build files using ProjectHelper ).

// A project helper may process multiple files. We'll keep track
// of them - to avoid loops and to allow caching. The caching will
// probably accelerate things like <antCall>.
// The key is the absolute file, the value is a processed tree.
// Since the tree is composed of UE and RC - it can be reused !
// protected Hashtable processedFiles=new Hashtable();

private Vector importStack = new Vector();

// Temporary - until we figure a better API
/** EXPERIMENTAL WILL_CHANGE
*
*/
// public Hashtable getProcessedFiles() {
// return processedFiles;
// }

/** EXPERIMENTAL WILL_CHANGE
/**
* Import stack.
* Used to keep track of imported files. Error reporting should
* display the import path.


Loading…
Cancel
Save