SUPPORT-8836:fixes

This commit is contained in:
adel.ka 2024-12-31 02:40:48 +03:00
parent 1a771c33f9
commit 7a3e4b1d50

View file

@ -64,6 +64,7 @@ public class FileScanService {
if (exitCode == 0 || exitCode == 72) {
return exitCode;
}
throw new AvException("KESL error scanning file: " + originalFileName + ", exit code: " + exitCode);
throw new AvException(
"KESL error scanning file: " + originalFileName + ", exit code: " + exitCode);
}
}