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 2018/11/20 14:17:58 UTC

svn commit: r1847007 - /commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftps/FtpsFileSystemConfigBuilder.java

Author: ggregory
Date: Tue Nov 20 14:17:58 2018
New Revision: 1847007

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

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

Modified: commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftps/FtpsFileSystemConfigBuilder.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftps/FtpsFileSystemConfigBuilder.java?rev=1847007&r1=1847006&r2=1847007&view=diff
==============================================================================
--- commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftps/FtpsFileSystemConfigBuilder.java (original)
+++ commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftps/FtpsFileSystemConfigBuilder.java Tue Nov 20 14:17:58 2018
@@ -52,7 +52,7 @@ public final class FtpsFileSystemConfigB
     }
 
     /**
-     * Set FTPS mode, either "implicit" or "explicit".
+     * Sets FTPS mode, either "implicit" or "explicit".
      *
      * <p>
      * Note, that implicit mode is not standardized and considered as deprecated. Some unit tests for VFS fail with
@@ -70,7 +70,7 @@ public final class FtpsFileSystemConfigB
     }
 
     /**
-     * Return the FTPS mode. Defaults to "explicit" if not defined.
+     * Returns the FTPS mode. Defaults to "explicit" if not defined.
      *
      * @param opts The FileSystemOptions.
      * @return The file type.
@@ -81,7 +81,7 @@ public final class FtpsFileSystemConfigB
     }
 
     /**
-     * Set FTPS type, either "implicit" or "explicit".
+     * Sets FTPS type, either "implicit" or "explicit".
      * <p>
      * Note, that implicit mode is not standardized and considered as deprecated. Some unit tests for VFS fail with
      * implicit mode and it is not yet clear if its a problem with Commons VFS/Commons Net or our test server Apache
@@ -108,7 +108,7 @@ public final class FtpsFileSystemConfigB
     }
 
     /**
-     * Return the FTPS type. Defaults to "explicit" if not defined.
+     * Returns the FTPS type. Defaults to "explicit" if not defined.
      *
      * @param opts The FileSystemOptions.
      * @return The file type.