add comment

This commit is contained in:
Looly
2021-11-02 01:25:21 +08:00
parent 88edbafe4b
commit b9699517a5
2 changed files with 15 additions and 5 deletions

View File

@@ -298,6 +298,12 @@ public class FileUtilTest {
}
}
@Test
@Ignore
public void loopFilesTest2() {
FileUtil.loopFiles("").forEach(Console::log);
}
@Test
@Ignore
public void loopFilesWithDepthTest() {