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 2021/08/06 14:37:18 UTC

[commons-vfs] 02/03: Javadoc.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git

commit 564953ce3a94adff53651135931a5c3e1cfbe2c6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Aug 6 10:36:17 2021 -0400

    Javadoc.
---
 .../src/main/java/org/apache/commons/vfs2/provider/local/LocalFile.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/LocalFile.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/LocalFile.java
index 2de35f7..5896eac 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/LocalFile.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/LocalFile.java
@@ -99,7 +99,7 @@ public class LocalFile extends AbstractFileObject<LocalFileSystem> {
     }
 
     /**
-     * Creates an input stream to read the content from.
+     * Creates an input stream to read the file contents.
      */
     @Override
     protected InputStream doGetInputStream(final int bufferSize) throws Exception {