This is an automated email from the ASF dual-hosted git repository.

sebb 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 32f8d54  Fix Javadoc complaint
32f8d54 is described below

commit 32f8d5430225d5fcf2e9b3dbcb7f8ef9455df15b
Author: Sebb <s...@apache.org>
AuthorDate: Tue Jun 16 13:53:18 2020 +0100

    Fix Javadoc complaint
---
 src/main/java/org/apache/commons/net/ftp/FTPClient.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 94cd7ff..964ae7f 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPClient.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPClient.java
@@ -278,7 +278,7 @@ import org.apache.commons.net.io.Util;
  * method, so the timing is partially dependent on how long each block 
transfer takes.
  * <p>
  * <b>This keep-alive feature is optional; if it does not help or causes 
problems then don't use it.</b>
- * <p>
+ *
  * @see #FTP_SYSTEM_TYPE
  * @see #SYSTEM_TYPE_PROPERTIES
  * @see FTP

Reply via email to