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 0dba7a08d7f04203d5c58c99d7bd76bdb86c9690 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Oct 19 08:49:38 2023 -0400 Javadoc --- .../apache/commons/compress/archivers/tar/TarArchiveInputStream.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java index 247526f8..9dd6a4a9 100644 --- a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java +++ b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java @@ -384,9 +384,9 @@ public class TarArchiveInputStream extends ArchiveInputStream { } /** - * Get the next entry in this tar archive as longname data. + * Get the next entry in this tar archive as long name data. * - * @return The next entry in the archive as longname data, or null. + * @return The next entry in the archive as long name data, or null. * @throws IOException on error */ protected byte[] getLongNameData() throws IOException {