Author: ggregory
Date: Mon Oct 31 14:09:53 2011
New Revision: 1195463

URL: http://svn.apache.org/viewvc?rev=1195463&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=1195463&r1=1195462&r2=1195463&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 31 14:09:53 2011
@@ -325,13 +325,13 @@ public interface FileObject extends Comp
     void refresh() throws FileSystemException;
 
     /**
-     * check if the fileObject is attaced.
+     * Checks if the fileObject is attached.
      * @return true if the FileObject is attached.
      */
     boolean isAttached();
 
     /**
-     * check if someone reads/write to this file.
+     * Checks if someone reads/write to this file.
      * @return true if the file content is open.
      */
     boolean isContentOpen();


Reply via email to