Author: kevj
Date: Sun Jan 22 00:26:30 2006
New Revision: 371235
URL: http://svn.apache.org/viewcvs?rev=371235&view=rev
Log:
- removed private method that wasn't ever called
- changed date
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/types/FilterSet.java
Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/FilterSet.java
URL:
http://svn.apache.org/viewcvs/ant/core/trunk/src/main/org/apache/tools/ant/types/FilterSet.java?rev=371235&r1=371234&r2=371235&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/types/FilterSet.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/types/FilterSet.java Sun Jan
22 00:26:30 2006
@@ -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.
@@ -583,12 +583,6 @@
}
}
return value;
- }
-
- private void addFiltersFile(File f) {
- if (!filtersFiles.contains(f)) {
- filtersFiles.add(f);
- }
}
private void handleMissingFile(String message) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]