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
The following commit(s) were added to refs/heads/master by this push: new 59c1bccb0 Comment: Remove unnecessary Latin acronym 59c1bccb0 is described below commit 59c1bccb090424bac05d546c7d38f5ec5c3d9888 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 14 10:03:30 2025 -0400 Comment: Remove unnecessary Latin acronym --- .../org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.java b/src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.java index 2a1ac1f86..651f7a9ae 100644 --- a/src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.java +++ b/src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.java @@ -155,7 +155,7 @@ * </p> * * <p> - * N.B. does not handle the cpio "tar" format + * Does not handle the cpio "tar" format * </p> * * @NotThreadSafe