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/10/29 04:52:29 UTC

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

Author: ggregory
Date: Mon Oct 29 03:52:29 2012
New Revision: 1403158

URL: http://svn.apache.org/viewvc?rev=1403158&view=rev
Log:
First sentence should end with a period.

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=1403158&r1=1403157&r2=1403158&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 Oct 29 03:52:29 2012
@@ -210,7 +210,7 @@ public interface FileObject extends Comp
     boolean setExecutable(boolean executable, boolean ownerOnly) throws FileSystemException;
 
     /**
-     * Sets the owner's (or everybody's) read permission
+     * Sets the owner's (or everybody's) read permission.
      *
      * @param readable
      *            True to allow read access, false to disallow
@@ -224,7 +224,7 @@ public interface FileObject extends Comp
     boolean setReadable(boolean readable, boolean ownerOnly) throws FileSystemException;
 
     /**
-     * Sets the owner's (or everybody's) write permission
+     * Sets the owner's (or everybody's) write permission.
      *
      * @param writable
      *            True to allow read access, false to disallow