Skip to content

Commit cd9f560

Browse files
committed
Depreacte FilenameUtils 0-argument contructor
1 parent 93497c5 commit cd9f560

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1718,7 +1718,11 @@ public static boolean wildcardMatchOnSystem(final String fileName, final String
17181718

17191719
/**
17201720
* Instances should NOT be constructed in standard programming.
1721+
*
1722+
* @deprecated TODO Make private in 4.0.
17211723
*/
1724+
@Deprecated
17221725
public FilenameUtils() {
1726+
// empty
17231727
}
17241728
}

0 commit comments

Comments
 (0)