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 3c0d417abbbdb1af551ba505f3bf247701dff110
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jan 25 09:28:26 2024 -0500

    Normalize comment
    
    Comment empty block
---
 src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java 
b/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java
index cd355afca..d847f548d 100644
--- a/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java
+++ b/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java
@@ -1110,9 +1110,10 @@ public class ExceptionUtils {
      * Public constructor allows an instance of {@link ExceptionUtils} to be 
created, although that is not
      * normally necessary.
      *
-     * @deprecated Will be private in 3.0.
+     * @deprecated TODO Make private in 4.0.
      */
     @Deprecated
     public ExceptionUtils() {
+        // empty
     }
 }

Reply via email to