finishing ProgressMonitor.java
This commit is contained in:
@@ -55,8 +55,10 @@ public class ProgressMonitor implements Runnable {
|
|||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
// TODO:
|
if (completedChunks == chunks.size()) {
|
||||||
// If all chunks are completed, print a final message and exit the loop
|
System.out.println("All chunks completed.");
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Thread.sleep(monitorDelayMs);
|
Thread.sleep(monitorDelayMs);
|
||||||
|
|||||||
Reference in New Issue
Block a user