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 2300b272d58519334a4edd75ac44152362909fa1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Oct 23 08:17:08 2023 -0400 Remove trailing whitespace --- src/main/java/org/apache/commons/compress/archivers/tar/TarUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/compress/archivers/tar/TarUtils.java b/src/main/java/org/apache/commons/compress/archivers/tar/TarUtils.java index 4a97bd10..f9f1ea54 100644 --- a/src/main/java/org/apache/commons/compress/archivers/tar/TarUtils.java +++ b/src/main/java/org/apache/commons/compress/archivers/tar/TarUtils.java @@ -623,7 +623,7 @@ public class TarUtils { /** * For PAX Format 0.1, the sparse headers are stored in a single variable : GNU.sparse.map - * + * * <p> * <em>GNU.sparse.map</em>: * Map of non-null data chunks. It is a string consisting of comma-separated values "offset,size[,offset-1,size-1...]"