Code polishing.

This commit is contained in:
Lampros Smyrnaios 2022-12-09 12:53:08 +02:00
parent d37cd738a0
commit 6c17e86c70
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ dependencies {
exclude group: 'org.slf4j', module: 'slf4j-api'
}
testImplementation group: 'org.springframework.security', name: 'spring-security-test'
testImplementation 'org.springframework.security:spring-security-test'
testImplementation "org.springframework.boot:spring-boot-starter-test"
}

View File

@ -75,7 +75,7 @@ public class FullTextsController {
}
if ( zipBatchCounter == totalZipBatches )
logger.debug("Will return the " + ((totalZipBatches > 1) ? "last" : "only") + " batch (" + zipBatchCounter + ") of Assignments_" + assignmentsCounter + " to the Controller.");
logger.debug("Will return the " + ((totalZipBatches > 1) ? "last" : "only one") + " batch (" + zipBatchCounter + ") of Assignments_" + assignmentsCounter + " to the Controller.");
String zipName = zipFile.getName();
String zipFileFullPath = currentAssignmentsBaseFullTextsPath + zipName;