1 parent 9521f90 commit 1b0fbb6Copy full SHA for 1b0fbb6
1 file changed
examples/FileRush/src/main/java/fastfileindex/FileRush.java
@@ -20,11 +20,7 @@ public static void main(String[] args) {
20
@Override
21
public void onProgress(long current, long total, String currentPath) {
22
// Display full path - no truncation
23
- if (currentPath != null && !currentPath.isEmpty()) {
24
- System.out.println(currentPath);
25
- } else {
26
- System.out.println("File #" + current + " (null or empty path)");
27
- }
+ System.out.println(currentPath);
28
System.out.flush();
29
30
// Small delay for visual effect (every 50 files)
0 commit comments