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/12/06 12:31:30 UTC

[commons-vfs] branch master updated: 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


The following commit(s) were added to refs/heads/master by this push:
     new a498d09  Javadoc.
a498d09 is described below

commit a498d0950643b724916265e93a3ca0c7981f4104
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Dec 6 07:31:26 2021 -0500

    Javadoc.
---
 commons-vfs2/src/main/java/org/apache/commons/vfs2/FileContent.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileContent.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileContent.java
index 8d97ce6..27a6b20 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileContent.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileContent.java
@@ -307,7 +307,7 @@ public interface FileContent extends Closeable {
     boolean hasAttribute(String attrName) throws FileSystemException;
 
     /**
-     * Checks if the receiver is empty.
+     * Tests if the receiver is empty.
      *
      * @return true if the receiver is empty, false otherwise.
      * @throws FileSystemException If the file does not exist, or is being written to, or on error determining the size.
@@ -318,7 +318,7 @@ public interface FileContent extends Closeable {
     }
 
     /**
-     * Checks if this file has open streams.
+     * Tests if this file has open streams.
      *
      * @return true if the file is open, false otherwise.
      */