This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/release by this push: new 682a333 Remove trailing whitespace. 682a333 is described below commit 682a3338125840c72b837e4883735d20753f1a35 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Feb 8 16:04:37 2021 -0500 Remove trailing whitespace. --- src/main/java/org/apache/commons/net/ftp/FTPClient.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/org/apache/commons/net/ftp/FTPClient.java b/src/main/java/org/apache/commons/net/ftp/FTPClient.java index fc8f8ae..68f1696 100644 --- a/src/main/java/org/apache/commons/net/ftp/FTPClient.java +++ b/src/main/java/org/apache/commons/net/ftp/FTPClient.java @@ -424,7 +424,7 @@ public class FTPClient extends FTP implements Configurable { * @since 3.0 */ public static final String FTP_SYSTEM_TYPE = "org.apache.commons.net.ftp.systemType"; - + /** * The system property ({@value}) which can be used as the default system type.<br> * If defined, the value will be used if the SYST command fails. @@ -432,7 +432,7 @@ public class FTPClient extends FTP implements Configurable { * @since 3.1 */ public static final String FTP_SYSTEM_TYPE_DEFAULT = "org.apache.commons.net.ftp.systemType.default"; - + /** * The name of an optional systemType properties file ({@value}), which is loaded * using {@link Class#getResourceAsStream(String)}.<br> @@ -457,7 +457,7 @@ public class FTPClient extends FTP implements Configurable { * is created. */ public static final int ACTIVE_LOCAL_DATA_CONNECTION_MODE = 0; - + /** * A constant indicating the FTP session is expecting all transfers * to occur between two remote servers and that the server @@ -465,7 +465,7 @@ public class FTPClient extends FTP implements Configurable { * data port to initiate a data transfer. */ public static final int ACTIVE_REMOTE_DATA_CONNECTION_MODE = 1; - + /** * A constant indicating the FTP session is expecting all transfers * to occur between the client (local) and server and that the server @@ -473,7 +473,7 @@ public class FTPClient extends FTP implements Configurable { * server's data port to initiate a transfer. */ public static final int PASSIVE_LOCAL_DATA_CONNECTION_MODE = 2; - + /** * A constant indicating the FTP session is expecting all transfers * to occur between two remote servers and that the server