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

commit 649585e6e512bbfe49b1967ab90fba1f0660bdb9
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jan 25 10:05:36 2024 -0500

    Normalize comment
    
    Comment empty block
---
 src/main/java/org/apache/commons/io/ThreadUtils.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/io/ThreadUtils.java 
b/src/main/java/org/apache/commons/io/ThreadUtils.java
index 961f6f96..f6b7713c 100644
--- a/src/main/java/org/apache/commons/io/ThreadUtils.java
+++ b/src/main/java/org/apache/commons/io/ThreadUtils.java
@@ -52,9 +52,9 @@ public final class ThreadUtils {
     }
 
     /**
-     * Consider private.
+     * Make private in 3.0.
      *
-     * @deprecated Will be private in the next major version.
+     * @deprecated TODO Make private in 3.0.
      */
     @Deprecated
     public ThreadUtils() {

Reply via email to