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 655d402821892e072b9cc4707b732ef833ef7661
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 25 09:30:38 2024 -0500

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

diff --git a/src/main/java/org/apache/commons/lang3/math/NumberUtils.java 
b/src/main/java/org/apache/commons/lang3/math/NumberUtils.java
index e5b23460c..8efb2b0af 100644
--- a/src/main/java/org/apache/commons/lang3/math/NumberUtils.java
+++ b/src/main/java/org/apache/commons/lang3/math/NumberUtils.java
@@ -1852,7 +1852,11 @@ public class NumberUtils {
      *
      * <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 NumberUtils() {
+        // empty
     }
 }

Reply via email to