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 916334245333746cf1c3de4c728ea10bb4ed39ef Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jul 26 07:45:31 2025 -0400 Remove old comment --- src/main/java/org/apache/commons/compress/utils/Charsets.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/java/org/apache/commons/compress/utils/Charsets.java b/src/main/java/org/apache/commons/compress/utils/Charsets.java index 4559e9e38..de729c173 100644 --- a/src/main/java/org/apache/commons/compress/utils/Charsets.java +++ b/src/main/java/org/apache/commons/compress/utils/Charsets.java @@ -48,11 +48,6 @@ * on output.)</dd> * </dl> * - * <p> - * This class best belongs in the Commons Lang or IO project. Even if a similar class is defined in another Commons component, it is not foreseen that Commons - * Compress would be made to depend on another Commons component. - * </p> - * * @see <a href="https://docs.oracle.com/javase/8/docs/api/java/nio/charset/Charset.html">Standard charsets</a> * @see StandardCharsets * @since 1.4