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 20d7ec644d3b5863db18efd9c8cdc324724931f5
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jul 31 08:24:00 2024 -0400

    Deprecate constructor for removal
---
 src/main/java/org/apache/commons/lang3/CharEncoding.java | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/main/java/org/apache/commons/lang3/CharEncoding.java 
b/src/main/java/org/apache/commons/lang3/CharEncoding.java
index be3a27ba4..40ab9b55e 100644
--- a/src/main/java/org/apache/commons/lang3/CharEncoding.java
+++ b/src/main/java/org/apache/commons/lang3/CharEncoding.java
@@ -108,4 +108,13 @@ public class CharEncoding {
         }
     }
 
+    /**
+     * Constructs a new instance.
+     *
+     * @deprecated Will be removed in 4.0.0.
+     */
+    @Deprecated
+    public CharEncoding() {
+        // empty
+    }
 }

Reply via email to