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 ) {