Browse Source

Fix javadoc errors

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271482 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
a20abc3cac
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/archive/Expand.java
  2. +2
    -2
      proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/archive/Expand.java

+ 2
- 2
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/archive/Expand.java View File

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


+ 2
- 2
proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/archive/Expand.java View File

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


Loading…
Cancel
Save