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 2022/03/11 15:04:51 UTC

[commons-vfs] branch master updated: Update 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-vfs.git


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

commit b871cd787676b0d2c494ebf4dd3c92bcccb1d23d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Mar 11 10:04:46 2022 -0500

    Update Javadoc.
---
 .../commons/vfs2/provider/ftps/NoProtocolSslConfigurationProxy.java   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftps/NoProtocolSslConfigurationProxy.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftps/NoProtocolSslConfigurationProxy.java
index 4fe0a29..6d5a8c0 100644
--- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftps/NoProtocolSslConfigurationProxy.java
+++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftps/NoProtocolSslConfigurationProxy.java
@@ -24,7 +24,9 @@ import org.apache.ftpserver.ssl.ClientAuth;
 import org.apache.ftpserver.ssl.SslConfiguration;
 
 /**
- * see https://issues.apache.org/jira/browse/FTPSERVER-491
+ * See https://issues.apache.org/jira/browse/FTPSERVER-491
+ * 
+ * See https://issues.apache.org/jira/browse/FTPSERVER-506
  */
 public class NoProtocolSslConfigurationProxy implements SslConfiguration {