Skip to content

Commit 945040f

Browse files
committed
Depreacte FileSystemUtils 0-argument contructor
1 parent cd9f560 commit 945040f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,12 @@ public static long freeSpaceKb(final String path, final long timeout) throws IOE
242242

243243
/**
244244
* Instances should NOT be constructed in standard programming.
245+
*
246+
* @deprecated TODO Make private in 4.0.
245247
*/
248+
@Deprecated
246249
public FileSystemUtils() {
250+
// empty
247251
}
248252

249253
/**

0 commit comments

Comments
 (0)