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 2017/09/18 20:23:54 UTC

svn commit: r1808771 - /commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/DefaultFileContent.java

Author: ggregory
Date: Mon Sep 18 20:23:54 2017
New Revision: 1808771

URL: http://svn.apache.org/viewvc?rev=1808771&view=rev
Log:
Javadoc clean ups.

Modified:
    commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/DefaultFileContent.java

Modified: commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/DefaultFileContent.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/DefaultFileContent.java?rev=1808771&r1=1808770&r2=1808771&view=diff
==============================================================================
--- commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/DefaultFileContent.java (original)
+++ commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/DefaultFileContent.java Mon Sep 18 20:23:54 2017
@@ -518,7 +518,7 @@ public final class DefaultFileContent im
     }
 
     /**
-     * Check if a input and/or output stream is open.
+     * Checks if a input and/or output stream is open.
      * <p>
      * This checks only the scope of the current thread.
      *
@@ -536,7 +536,7 @@ public final class DefaultFileContent im
     }
 
     /**
-     * Check if a input and/or output stream is open. This checks all threads.
+     * Checks if an input or output stream is open. This checks all threads.
      *
      * @return true if this is the case
      */
@@ -659,7 +659,7 @@ public final class DefaultFileContent im
     }
 
     /**
-     * get the content info. e.g. content-type, content-encoding
+     * Gets the FileContentInfo which describes the content-type, content-encoding
      *
      * @return The FileContentInfo.
      * @throws FileSystemException if an error occurs.