You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/12/17 17:25:35 UTC

[commons-net] 01/02: Remove trailing spaces.

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 <ga...@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