From 80eb41df70f59620db5127b116b1311dc33bd804 Mon Sep 17 00:00:00 2001 From: Jacobus Martinus Kruithof Date: Mon, 14 Mar 2005 19:24:58 +0000 Subject: [PATCH] Restored javadoc in the original format. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277961 13f79535-47bb-0310-9956-ffa450edef68 --- .../tools/ant/taskdefs/optional/net/FTP.java | 21 ++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java b/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java index 25bb0d536..310615eee 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java @@ -1877,18 +1877,15 @@ public class FTP /** * 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 {