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-compress.git

commit c55e16585f55bb197cb830110c8ce08a419dd07a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Feb 17 10:17:34 2024 -0500

    Javadoc
---
 src/test/java/org/apache/commons/compress/archivers/ListerTest.java | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/compress/archivers/ListerTest.java 
b/src/test/java/org/apache/commons/compress/archivers/ListerTest.java
index 2a8c4e299..bf90f3446 100644
--- a/src/test/java/org/apache/commons/compress/archivers/ListerTest.java
+++ b/src/test/java/org/apache/commons/compress/archivers/ListerTest.java
@@ -32,7 +32,10 @@ import org.junit.jupiter.params.provider.MethodSource;
 public class ListerTest {
 
     /**
-     * Creates a stream of paths of test fixtures with file names that don't 
end with "-fail" for specific file extensions.
+     * Creates a stream of paths of test fixtures with file names that don't 
end with {@code "-fail"} for specific file extensions.
+     *
+     * @return a stream of paths.
+     * @throws IOException if an I/O error is thrown.
      */
     public static Stream<Path> getFixtures() throws IOException {
         return PathUtils.walk(Paths.get("src/test/resources"), new 
RegexFileFilter("^(?!.*(-fail)).*\\.(tar|ar|arj|apk|dump)$"), 10, false);

Reply via email to