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:17:46 UTC

[commons-net] branch master updated: Javadoc.

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


The following commit(s) were added to refs/heads/master by this push:
     new c7e5a4c  Javadoc.
c7e5a4c is described below

commit c7e5a4c452ada27e6c5b7477db542c8a17970202
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 17 12:17:41 2020 -0500

    Javadoc.
---
 src/main/java/org/apache/commons/net/ftp/FTP.java | 2 ++
 1 file changed, 2 insertions(+)

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 a9e1b48..0e5e105 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTP.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTP.java
@@ -1374,6 +1374,8 @@ 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