donaldp 02/02/21 01:39:15
Modified: proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/archive
Expand.java
Log:
Fix javadoc errors
Revision Changes Path
1.5 +2 -2
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/archive/Expand.java
Index: Expand.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/archive/Expand.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Expand.java 27 Jan 2002 10:34:18 -0000 1.4
+++ Expand.java 21 Feb 2002 09:39:15 -0000 1.5
@@ -56,7 +56,7 @@
* 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 @@
/**
* Set the path to zip-file.
*
- * @param s Path to zip-file.
+ * @param src Path to zip-file.
*/
public void setSrc( final File src )
{
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>