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 2013/11/12 15:24:04 UTC

svn commit: r1541074 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileName.java

Author: ggregory
Date: Tue Nov 12 14:24:03 2013
New Revision: 1541074

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

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

Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileName.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileName.java?rev=1541074&r1=1541073&r2=1541074&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileName.java (original)
+++ commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileName.java Tue Nov 12 14:24:03 2013
@@ -269,8 +269,9 @@ public abstract class AbstractFileName i
     }
 
     /**
-     * returns a "friendly path", this is a path without a password.
-     * @return The "friendly" URI.
+     * Returns the URI without a password.
+     * 
+     * @return Returns the URI without a password.
      */
     @Override
     public String getFriendlyURI()