donaldp 02/04/22 06:35:36
Modified: src/main/org/apache/tools/ant/types ZipFileSet.java
Log:
Fix javadoc
Revision Changes Path
1.9 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/types/ZipFileSet.java
Index: ZipFileSet.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/types/ZipFileSet.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ZipFileSet.java 15 Apr 2002 12:11:50 -0000 1.8
+++ ZipFileSet.java 22 Apr 2002 13:35:36 -0000 1.9
@@ -149,7 +149,7 @@
/**
* 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 @@
stk.push(this);
dieOnCircularReference(stk, p);
}
-
+
Object o = ref.getReferencedObject(p);
if (!(o instanceof FileSet)) {
String msg = ref.getRefId() + " doesn\'t denote a fileset";
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>