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 2022/12/08 16:15:56 UTC

[commons-compress] 25/38: Remove trailing whitespace

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 c6314a9fe830025317e7102ffacc94c9e7e18fcf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 8 11:08:57 2022 -0500

    Remove trailing whitespace
---
 src/main/java/org/apache/commons/compress/archivers/Lister.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/compress/archivers/Lister.java b/src/main/java/org/apache/commons/compress/archivers/Lister.java
index b709cbb5..55524f54 100644
--- a/src/main/java/org/apache/commons/compress/archivers/Lister.java
+++ b/src/main/java/org/apache/commons/compress/archivers/Lister.java
@@ -50,7 +50,7 @@ public final class Lister {
      * <p>
      * The optional second argument defines the archive type, in case the format is not recognized.
      * </p>
-     * 
+     *
      * @param args name of the archive and optional argument archive type.
      * @throws ArchiveException Archiver related Exception.
      * @throws IOException an I/O exception.