Browse Source

Comment out creator for the time being

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271259 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
1ce3b5124e
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      proposal/myrmidon/src/main/org/apache/tools/ant/types/FilterSet.java
  2. +2
    -2
      proposal/myrmidon/src/todo/org/apache/tools/ant/types/FilterSet.java

+ 2
- 2
proposal/myrmidon/src/main/org/apache/tools/ant/types/FilterSet.java View File

@@ -116,10 +116,10 @@ public class FilterSet
* *
* @return The filter that was created. * @return The filter that was created.
*/ */
public FiltersFile createFiltersfile()
/*public FiltersFile createFiltersfile()
{ {
return new FiltersFile(); return new FiltersFile();
}
}*/


/** /**
* Test to see if this filter set it empty. * Test to see if this filter set it empty.


+ 2
- 2
proposal/myrmidon/src/todo/org/apache/tools/ant/types/FilterSet.java View File

@@ -116,10 +116,10 @@ public class FilterSet
* *
* @return The filter that was created. * @return The filter that was created.
*/ */
public FiltersFile createFiltersfile()
/*public FiltersFile createFiltersfile()
{ {
return new FiltersFile(); return new FiltersFile();
}
}*/


/** /**
* Test to see if this filter set it empty. * Test to see if this filter set it empty.


Loading…
Cancel
Save