From 1ce3b5124e62fa17fed42c8b5222ba81fe6accfa Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sun, 10 Feb 2002 00:18:08 +0000 Subject: [PATCH] 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 --- .../src/main/org/apache/tools/ant/types/FilterSet.java | 4 ++-- .../src/todo/org/apache/tools/ant/types/FilterSet.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/proposal/myrmidon/src/main/org/apache/tools/ant/types/FilterSet.java b/proposal/myrmidon/src/main/org/apache/tools/ant/types/FilterSet.java index 6e1050c3f..32eed6f38 100644 --- a/proposal/myrmidon/src/main/org/apache/tools/ant/types/FilterSet.java +++ b/proposal/myrmidon/src/main/org/apache/tools/ant/types/FilterSet.java @@ -116,10 +116,10 @@ public class FilterSet * * @return The filter that was created. */ - public FiltersFile createFiltersfile() + /*public FiltersFile createFiltersfile() { return new FiltersFile(); - } + }*/ /** * Test to see if this filter set it empty. diff --git a/proposal/myrmidon/src/todo/org/apache/tools/ant/types/FilterSet.java b/proposal/myrmidon/src/todo/org/apache/tools/ant/types/FilterSet.java index 6e1050c3f..32eed6f38 100644 --- a/proposal/myrmidon/src/todo/org/apache/tools/ant/types/FilterSet.java +++ b/proposal/myrmidon/src/todo/org/apache/tools/ant/types/FilterSet.java @@ -116,10 +116,10 @@ public class FilterSet * * @return The filter that was created. */ - public FiltersFile createFiltersfile() + /*public FiltersFile createFiltersfile() { return new FiltersFile(); - } + }*/ /** * Test to see if this filter set it empty.