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 55ffd6b3204081d315fc1b29f298489796c57511
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jan 25 10:02:54 2024 -0500

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

diff --git a/src/main/java/org/apache/commons/io/FileUtils.java 
b/src/main/java/org/apache/commons/io/FileUtils.java
index cae3e8d7..3b3bd747 100644
--- a/src/main/java/org/apache/commons/io/FileUtils.java
+++ b/src/main/java/org/apache/commons/io/FileUtils.java
@@ -3530,11 +3530,12 @@ public class FileUtils {
 
     /**
      * Instances should NOT be constructed in standard programming.
-     * @deprecated Will be private in 4.0.
+     *
+     * @deprecated TODO Make private in 4.0.
      */
     @Deprecated
     public FileUtils() { //NOSONAR
-
+        // empty
     }
 
 }

Reply via email to