Skip to content

Commit

Permalink
suggest java.nio.Files.walkFileTree as replacement for DirectoryScanner
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored and slawekjaranowski committed Apr 30, 2023
1 parent 0dd10e9 commit 1980a20
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
* @author Magesh Umasankar
* @author <a href="mailto:bruce@callenish.com">Bruce Atherton</a>
* @author <a href="mailto:levylambert@tiscali-dsl.de">Antoine Levy-Lambert</a>
* @deprecated use {@code java.nio.file.DirectoryStream} and related classes
* @deprecated use {@code java.nio.file.DirectoryStream} or {@code java.nio.Files.walkFileTree()}
* and related classes
*/
@Deprecated
public class DirectoryScanner {
Expand Down

0 comments on commit 1980a20

Please sign in to comment.