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/07/17 14:33:36 UTC

[commons-compress] 01/02: Format nit

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 21c494ed450c18f20534f1600993b42f7e255f2c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jul 17 09:35:01 2022 -0400

    Format nit
---
 .../apache/commons/compress/archivers/dump/DumpArchiveInputStream.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.java b/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.java
index f013c5a9..0609714b 100644
--- a/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.java
+++ b/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.java
@@ -379,8 +379,7 @@ public class DumpArchiveInputStream extends ArchiveInputStream {
 
                     if (path != null) {
                         e.getValue().setName(path);
-                        e.getValue()
-                         .setSimpleName(names.get(e.getKey()).getName());
+                        e.getValue().setSimpleName(names.get(e.getKey()).getName());
                         queue.add(e.getValue());
                     }
                 }