jkf 2005/03/14 11:24:58
Modified: src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
Restored javadoc in the original format.
Revision Changes Path
1.67 +9 -12
ant/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java
Index: FTP.java
===================================================================
RCS file:
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- FTP.java 14 Mar 2005 19:19:20 -0000 1.66
+++ FTP.java 14 Mar 2005 19:24:58 -0000 1.67
@@ -1877,18 +1877,15 @@
/**
* Create the specified directory on the remote host.
- *
- * @param ftp
- * The FTP client connection
- * @param dir
- * The directory to create (format must be correct for host
type)
- * @throws IOException
- * in unknown circumstances
- * @throws BuildException
- * if ignoreNoncriticalErrors has not been set to true and a
- * directory could not be created, for instance because it
was
- * already existing. Precisely, the codes 521, 550 and 553
will
- * trigger a BuildException
+ *
+ * @param ftp The FTP client connection
+ * @param dir The directory to create (format must be correct for host
+ * type)
+ * @throws IOException in unknown circumstances
+ * @throws BuildException if ignoreNoncriticalErrors has not been set to
true
+ * and a directory could not be created, for instance because it
was
+ * already existing. Precisely, the codes 521, 550 and 553 will
trigger
+ * a BuildException
*/
protected void makeRemoteDir(FTPClient ftp, String dir)
throws IOException, BuildException {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]