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 ab266245 Javadoc ab266245 is described below commit ab2662453bb523bce3070972f38fb9fa09cb2acb Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 13 08:39:27 2023 -0400 Javadoc --- .../org/apache/commons/net/ftp/NoProtocolSslConfigurationProxy.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/test/java/org/apache/commons/net/ftp/NoProtocolSslConfigurationProxy.java b/src/test/java/org/apache/commons/net/ftp/NoProtocolSslConfigurationProxy.java index 73d2e998..8d8042e0 100644 --- a/src/test/java/org/apache/commons/net/ftp/NoProtocolSslConfigurationProxy.java +++ b/src/test/java/org/apache/commons/net/ftp/NoProtocolSslConfigurationProxy.java @@ -26,8 +26,9 @@ import org.apache.ftpserver.ssl.ClientAuth; import org.apache.ftpserver.ssl.SslConfiguration; /** - * See: - * <a href="https://issues.apache.org/jira/browse/FTPSERVER-491"> + * Tests FTPSERVER-491. + * + * See <a href="https://issues.apache.org/jira/browse/FTPSERVER-491"> * https://issues.apache.org/jira/browse/FTPSERVER-491</a> */ public class NoProtocolSslConfigurationProxy implements SslConfiguration {