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-lang.git

commit 6ec8bb1edb26184e194ee202e13fd9692d5b780d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jan 25 09:16:19 2024 -0500

    Depreacte CharSetUtils 0-argument contructor
---
 src/main/java/org/apache/commons/lang3/CharSetUtils.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/java/org/apache/commons/lang3/CharSetUtils.java 
b/src/main/java/org/apache/commons/lang3/CharSetUtils.java
index b1efea59d..376cdb916 100644
--- a/src/main/java/org/apache/commons/lang3/CharSetUtils.java
+++ b/src/main/java/org/apache/commons/lang3/CharSetUtils.java
@@ -237,7 +237,10 @@ public class CharSetUtils {
      *
      * <p>This constructor is public to permit tools that require a JavaBean 
instance
      * to operate.</p>
+     *
+     * @deprecated TODO Make private in 4.0.
      */
+    @Deprecated
     public CharSetUtils() {
     }
 }

Reply via email to