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 2012/10/29 16:09:05 UTC

svn commit: r1403348 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ftps/FtpsClientFactory.java

Author: ggregory
Date: Mon Oct 29 15:09:05 2012
New Revision: 1403348

URL: http://svn.apache.org/viewvc?rev=1403348&view=rev
Log:
Javadoc.

Modified:
    commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ftps/FtpsClientFactory.java

Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ftps/FtpsClientFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ftps/FtpsClientFactory.java?rev=1403348&r1=1403347&r2=1403348&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ftps/FtpsClientFactory.java (original)
+++ commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ftps/FtpsClientFactory.java Mon Oct 29 15:09:05 2012
@@ -28,7 +28,7 @@ import org.apache.commons.vfs2.FileSyste
 import org.apache.commons.vfs2.util.UserAuthenticatorUtils;
 
 /**
- * Create a FtpClient instance.
+ * Create FTPSClient instances.
  *
  * @since 2.0
  */