summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/types/ZipScanner.java
diff options
context:
space:
mode:
authorPeter Reilly <peterreilly@apache.org>2004-03-09 16:49:09 +0000
committerPeter Reilly <peterreilly@apache.org>2004-03-09 16:49:09 +0000
commitc885f568369156a62e3ccb5b4b93b73b9d054443 (patch)
tree8dad817170f19d99b945e3cef9f6be9022bc88dc /src/main/org/apache/tools/ant/types/ZipScanner.java
parentc619bba33f01e0475276fea4b35b01057909a95e (diff)
downloadant-c885f568369156a62e3ccb5b4b93b73b9d054443.tar.gz
remove authors from files
PR: 27177 Obtained from: J.M. (Martijn) Kruithof git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276208 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/main/org/apache/tools/ant/types/ZipScanner.java')
-rw-r--r--src/main/org/apache/tools/ant/types/ZipScanner.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/org/apache/tools/ant/types/ZipScanner.java b/src/main/org/apache/tools/ant/types/ZipScanner.java
index cf0689023..bbcf3bc02 100644
--- a/src/main/org/apache/tools/ant/types/ZipScanner.java
+++ b/src/main/org/apache/tools/ant/types/ZipScanner.java
@@ -37,8 +37,6 @@ import org.apache.tools.zip.ZipFile;
* This implementation of FileScanner defines getIncludedFiles to return
* the matching Zip entries.
*
- * @author Don Ferguson <a href="mailto:don@bea.com">don@bea.com</a>
- * @author <a href="mailto:levylambert@tiscali-dsl.de">Antoine Levy-Lambert</a>
*/
public class ZipScanner extends DirectoryScanner {