updated ChunkStatus, ConfigReader, DownloadConfig.

This commit is contained in:
2026-06-12 12:02:47 +03:30
parent b2bf918030
commit fd4b232408
3 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -107,6 +107,6 @@ public class ChunkStatus {
}
public void setStartTime(long startTime) {
this.startTimeMs = startTime;
}
}