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/07/16 17:13:15 UTC

svn commit: r1362081 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileObject.java

Author: ggregory
Date: Mon Jul 16 15:13:14 2012
New Revision: 1362081

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

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

Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileObject.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileObject.java?rev=1362081&r1=1362080&r2=1362081&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileObject.java (original)
+++ commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileObject.java Mon Jul 16 15:13:14 2012
@@ -183,8 +183,9 @@ public interface FileObject extends Comp
     FileObject getChild(String name) throws FileSystemException;
 
     /**
-     * Finds a file, relative to this file.  Refer to {@link NameScope}
-     * for a description of how names are resolved in the different scopes.
+     * Finds a file relative to this file.
+     * 
+     * Refer to {@link NameScope} for a description of how names are resolved in the different scopes.
      *
      * @param name The name to resolve.
      * @param scope the NameScope for the file.
@@ -195,13 +196,13 @@ public interface FileObject extends Comp
         throws FileSystemException;
 
     /**
-     * Sets the owner's (or everybody's) write permission
+     * Sets the owner's (or everybody's) write permission.
      * 
      * @param executable
-     *            True to allow read access, false to disallow
+     *            True to allow read access, false to disallow.
      * @param ownerOnly
      *            If {@code true}, the permission applies only to the owner; otherwise, it applies to everybody.
-     * @return true if the operation succeeded
+     * @return true if the operation succeeded.
      * @throws FileSystemException
      *             On error determining if this file exists.
      * @since 2.1