RENAME methods for consistency

This commit is contained in:
2025-05-15 10:07:48 +02:00
committed by dylandefaoite
parent b75704ec75
commit e2c4b81cad
6 changed files with 23 additions and 15 deletions

View File

@@ -56,6 +56,7 @@ public class JobService {
try {
compressionService.run(job);// Execute the task
} catch (IOException | InterruptedException e) {
Thread.currentThread().interrupt();
logger.error("Error while running job {}", job.getUuid(), e);
}
}