Skip to content

Commit 55ffd6b

Browse files
committed
Normalize comment
Comment empty block
1 parent 945040f commit 55ffd6b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/java/org/apache/commons/io/FileUtils.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3530,11 +3530,12 @@ public static void writeStringToFile(final File file, final String data, final S
35303530

35313531
/**
35323532
* Instances should NOT be constructed in standard programming.
3533-
* @deprecated Will be private in 4.0.
3533+
*
3534+
* @deprecated TODO Make private in 4.0.
35343535
*/
35353536
@Deprecated
35363537
public FileUtils() { //NOSONAR
3537-
3538+
// empty
35383539
}
35393540

35403541
}

0 commit comments

Comments
 (0)