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 31af637370776c184d2753b8a87cf646d4c33a92 Author: Gary Gregory <[email protected]> AuthorDate: Thu Dec 8 11:13:47 2022 -0500 Remove trailing whitespace --- .../apache/commons/compress/archivers/tar/TarConstants.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/org/apache/commons/compress/archivers/tar/TarConstants.java b/src/main/java/org/apache/commons/compress/archivers/tar/TarConstants.java index 1b082cdd..cc429da8 100644 --- a/src/main/java/org/apache/commons/compress/archivers/tar/TarConstants.java +++ b/src/main/java/org/apache/commons/compress/archivers/tar/TarConstants.java @@ -80,7 +80,7 @@ public interface TarConstants { /** * Offset of the checksum field within header record. - * + * * @since 1.5 */ int CHKSUM_OFFSET = 148; @@ -185,28 +185,28 @@ public interface TarConstants { /** * The length of offset in struct sparse - * + * * @since 1.20 */ int SPARSE_OFFSET_LEN = 12; /** * The length of numbytes in struct sparse - * + * * @since 1.20 */ int SPARSE_NUMBYTES_LEN = 12; /** * The number of sparse headers in an old GNU header - * + * * @since 1.20 */ int SPARSE_HEADERS_IN_OLDGNU_HEADER = 4; /** * The number of sparse headers in an extension header - * + * * @since 1.20 */ int SPARSE_HEADERS_IN_EXTENSION_HEADER = 21; @@ -332,7 +332,7 @@ public interface TarConstants { * The magic tag representing a GNU tar archive. */ String MAGIC_GNU = "ustar "; - + /** * One of two two possible GNU versions */
