Browse Source

Fix javadoc

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272547 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
187fb83b99
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/types/ZipFileSet.java

+ 2
- 2
src/main/org/apache/tools/ant/types/ZipFileSet.java View File

@@ -149,7 +149,7 @@ public class ZipFileSet extends FileSet {
/**
* Set the full pathname of the single entry in this fileset.
*
* @param prefix The prefix to prepend to entries in the zip file.
* @param fullpath the full pathname of the single entry in this fileset.
*/
public void setFullpath(String fullpath) {
this.fullpath = fullpath;
@@ -193,7 +193,7 @@ public class ZipFileSet extends FileSet {
stk.push(this);
dieOnCircularReference(stk, p);
}
Object o = ref.getReferencedObject(p);
if (!(o instanceof FileSet)) {
String msg = ref.getRefId() + " doesn\'t denote a fileset";


Loading…
Cancel
Save