- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for postVisitDirectory (0.06 seconds)
-
src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java
logger.warn("I/O exception on {}", file, e); } return FileVisitResult.CONTINUE; } @Override public FileVisitResult postVisitDirectory(final Path dir, final IOException e) throws IOException { if (e != null) { logger.warn("I/O exception on {}", dir, e); } deleteEmptyDirectory(dir);
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 27K bytes - Click Count (0)