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

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

diff --git a/src/main/java/org/apache/commons/lang3/math/IEEE754rUtils.java 
b/src/main/java/org/apache/commons/lang3/math/IEEE754rUtils.java
index c59a4dccd..3b8124009 100644
--- a/src/main/java/org/apache/commons/lang3/math/IEEE754rUtils.java
+++ b/src/main/java/org/apache/commons/lang3/math/IEEE754rUtils.java
@@ -249,4 +249,13 @@ public class IEEE754rUtils {
         return min(min(a, b), c);
     }
 
+    /**
+     * Make private in 4.0.
+     *
+     * @deprecated TODO Make private in 4.0.
+     */
+    @Deprecated
+    public IEEE754rUtils() {
+        // empty
+    }
 }

Reply via email to