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 06dfb6479563f4c35a2f035bb3ecf95762291ca5 Author: Gary Gregory <[email protected]> AuthorDate: Sun Dec 21 17:56:00 2025 -0500 Javadoc --- src/main/java/org/apache/commons/compress/utils/IOUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/compress/utils/IOUtils.java b/src/main/java/org/apache/commons/compress/utils/IOUtils.java index 2c9da3107..a97f4a41e 100644 --- a/src/main/java/org/apache/commons/compress/utils/IOUtils.java +++ b/src/main/java/org/apache/commons/compress/utils/IOUtils.java @@ -296,7 +296,7 @@ public static byte[] toByteArray(final InputStream input) throws IOException { return org.apache.commons.io.IOUtils.toByteArray(input); } - /** Private constructor to prevent instantiation of this utility class. */ + /** Constructs a new instance. */ private IOUtils() { }
