Author: ggregory
Date: Tue Aug 13 14:28:05 2013
New Revision: 1513505

URL: http://svn.apache.org/r1513505
Log:
Better Javadoc.

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

Modified: 
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystemConfigBuilder.java
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystemConfigBuilder.java?rev=1513505&r1=1513504&r2=1513505&view=diff
==============================================================================
--- 
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystemConfigBuilder.java
 (original)
+++ 
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystemConfigBuilder.java
 Tue Aug 13 14:28:05 2013
@@ -371,11 +371,11 @@ public final class SftpFileSystemConfigB
     }
 
     /**
-     * Returns <code>true</code> if the user directory is the root directory. 
Defaults to <code>true</code>.
+     * Returns <code>true</code> if VFS treats the user directory as the root 
directory. Defaults to <code>true</code>.
      * 
      * @param opts
      *            The FileSystemOptions.
-     * @return <code>true</code> if the user directory is the root; defaults 
to <code>true</code>.
+     * @return <code>true</code> if VFS treats the user directory as the root 
directory. Defaults to <code>true</code>.
      * @see #setUserDirIsRoot
      */
     public Boolean getUserDirIsRoot(final FileSystemOptions opts)


Reply via email to