Skip to content

Commit 3a9aae6

Browse files
author
Gary Gregory
committed
Javadoc.
1 parent 8588c9c commit 3a9aae6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/org/apache/commons/io/file/PathUtils.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ public static List<AclEntry> getAclEntryList(final Path sourcePath) throws IOExc
723723
}
724724

725725
/**
726-
* Returns whether the given file or directory is empty.
726+
* Tests whether the given file or directory is empty.
727727
*
728728
* @param path the file or directory to query.
729729
* @return whether the file or directory is empty.
@@ -734,7 +734,7 @@ public static boolean isEmpty(final Path path) throws IOException {
734734
}
735735

736736
/**
737-
* Returns whether the directory is empty.
737+
* Tests whether the directory is empty.
738738
*
739739
* @param directory the directory to query.
740740
* @return whether the directory is empty.
@@ -747,7 +747,7 @@ public static boolean isEmptyDirectory(final Path directory) throws IOException
747747
}
748748

749749
/**
750-
* Returns whether the given file is empty.
750+
* Tests whether the given file is empty.
751751
*
752752
* @param file the file to query.
753753
* @return whether the file is empty.

0 commit comments

Comments
 (0)