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 d46786c32c9e238d64476813798d9e2ddc9f6b35
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jan 25 10:04:17 2024 -0500

    Normalize comment
    
    Comment empty block
---
 src/main/java/org/apache/commons/io/IOUtils.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/io/IOUtils.java 
b/src/main/java/org/apache/commons/io/IOUtils.java
index 8406b13f..cd818a41 100644
--- a/src/main/java/org/apache/commons/io/IOUtils.java
+++ b/src/main/java/org/apache/commons/io/IOUtils.java
@@ -3940,6 +3940,7 @@ public class IOUtils {
      */
     @Deprecated
     public IOUtils() { //NOSONAR
+        // empty
     }
 
 }

Reply via email to