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:16:38 UTC

svn commit: r1847005 - /commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpFileSystem.java

Author: ggregory
Date: Tue Nov 20 14:16:37 2018
New Revision: 1847005

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

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

Modified: commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpFileSystem.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpFileSystem.java?rev=1847005&r1=1847004&r2=1847005&view=diff
==============================================================================
--- commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpFileSystem.java (original)
+++ commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpFileSystem.java Tue Nov 20 14:16:37 2018
@@ -111,7 +111,7 @@ public class FtpFileSystem extends Abstr
     }
 
     /**
-     * Get the wrapper to access this file system.
+     * Gets the wrapper to access this file system.
      *
      * @return new instance.
      * @throws FileSystemException if any error occurs.