From 48a79031a655c3ce2597b7518f41f5b175bf2e0a Mon Sep 17 00:00:00 2001 From: Kevin Jackson Date: Sun, 22 Jan 2006 08:26:30 +0000 Subject: [PATCH] - removed private method that wasn't ever called - changed date git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@371235 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/types/FilterSet.java | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/main/org/apache/tools/ant/types/FilterSet.java b/src/main/org/apache/tools/ant/types/FilterSet.java index 9251c7020..c15f7dafe 100644 --- a/src/main/org/apache/tools/ant/types/FilterSet.java +++ b/src/main/org/apache/tools/ant/types/FilterSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2001-2005 The Apache Software Foundation + * Copyright 2001-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -585,12 +585,6 @@ public class FilterSet extends DataType implements Cloneable { return value; } - private void addFiltersFile(File f) { - if (!filtersFiles.contains(f)) { - filtersFiles.add(f); - } - } - private void handleMissingFile(String message) { switch (onMissingFiltersFile.getIndex()) { case OnMissing.IGNORE_INDEX: