finishing ProgressMonitor.java

This commit is contained in:
2026-07-17 11:39:11 +03:30
parent db90455220
commit a3d55ca32a
+4 -2
View File
@@ -55,8 +55,10 @@ public class ProgressMonitor implements Runnable {
);
// TODO:
// If all chunks are completed, print a final message and exit the loop
if (completedChunks == chunks.size()) {
System.out.println("All chunks completed.");
break;
}
try {
Thread.sleep(monitorDelayMs);