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 ce5e8ae  Satisfy strict Javadoc14
ce5e8ae is described below

commit ce5e8aeb84998a7aece917a643585b7fe009fc62
Author: Sebb <s...@apache.org>
AuthorDate: Sat Aug 1 16:56:23 2020 +0100

    Satisfy strict Javadoc14
---
 src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java 
b/src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java
index d31c947..ae8f593 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java
@@ -44,7 +44,7 @@ import java.util.TreeMap;
  * only need to be explicitly invoked by the user of this package for problem
  * cases that previous implementations could not solve.
  * </p>
- * <h3>Examples of use of FTPClientConfig</h3>
+ * <h2>Examples of use of FTPClientConfig</h2>
  * Use cases:
  * You are trying to access a server that
  * <ul>

Reply via email to