This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
commit e208cbba34c855660539f5a006daab9477cf4f9a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 17 12:25:24 2020 -0500 Remove trailing spaces. --- src/main/java/org/apache/commons/net/ftp/FTP.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/net/ftp/FTP.java b/src/main/java/org/apache/commons/net/ftp/FTP.java index 0e5e105..871808f 100644 --- a/src/main/java/org/apache/commons/net/ftp/FTP.java +++ b/src/main/java/org/apache/commons/net/ftp/FTP.java @@ -1375,7 +1375,7 @@ public class FTP extends SocketClient /** * Sends the MDTM command for the given file. - * + * * @param file name of file * @return the status * @throws IOException on error