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/01/16 00:08:15 UTC

[commons-io] 01/04: 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-io.git

commit 3a9aae6cbef6614d4bb3c00a7c5abecd0c6a995a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 15 18:25:05 2021 -0500

    Javadoc.
---
 src/main/java/org/apache/commons/io/file/PathUtils.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/io/file/PathUtils.java b/src/main/java/org/apache/commons/io/file/PathUtils.java
index 06474b2..0303d15 100644
--- a/src/main/java/org/apache/commons/io/file/PathUtils.java
+++ b/src/main/java/org/apache/commons/io/file/PathUtils.java
@@ -723,7 +723,7 @@ public final class PathUtils {
     }
 
     /**
-     * Returns whether the given file or directory is empty.
+     * Tests whether the given file or directory is empty.
      *
      * @param path the file or directory to query.
      * @return whether the file or directory is empty.
@@ -734,7 +734,7 @@ public final class PathUtils {
     }
 
     /**
-     * Returns whether the directory is empty.
+     * Tests whether the directory is empty.
      *
      * @param directory the directory to query.
      * @return whether the directory is empty.
@@ -747,7 +747,7 @@ public final class PathUtils {
     }
 
     /**
-     * Returns whether the given file is empty.
+     * Tests whether the given file is empty.
      *
      * @param file the file to query.
      * @return whether the file is empty.