From a20abc3cac225f0b10c5cfd03f4d1a31e670bfdf Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Thu, 21 Feb 2002 09:39:15 +0000 Subject: [PATCH] Fix javadoc errors git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271482 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/org/apache/tools/ant/taskdefs/archive/Expand.java | 4 ++-- .../todo/org/apache/tools/ant/taskdefs/archive/Expand.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/archive/Expand.java b/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/archive/Expand.java index ed4c6db15..93c29bbe8 100644 --- a/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/archive/Expand.java +++ b/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/archive/Expand.java @@ -56,7 +56,7 @@ public abstract class Expand * Should we overwrite files in dest, even if they are newer than the * corresponding entries in the archive? * - * @param b The new Overwrite value + * @param overwrite The new Overwrite value */ public void setOverwrite( final boolean overwrite ) { @@ -66,7 +66,7 @@ public abstract class Expand /** * Set the path to zip-file. * - * @param s Path to zip-file. + * @param src Path to zip-file. */ public void setSrc( final File src ) { diff --git a/proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/archive/Expand.java b/proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/archive/Expand.java index ed4c6db15..93c29bbe8 100644 --- a/proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/archive/Expand.java +++ b/proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/archive/Expand.java @@ -56,7 +56,7 @@ public abstract class Expand * Should we overwrite files in dest, even if they are newer than the * corresponding entries in the archive? * - * @param b The new Overwrite value + * @param overwrite The new Overwrite value */ public void setOverwrite( final boolean overwrite ) { @@ -66,7 +66,7 @@ public abstract class Expand /** * Set the path to zip-file. * - * @param s Path to zip-file. + * @param src Path to zip-file. */ public void setSrc( final File src ) {