throw new Exception("Store URI protocol must be local.");\r
Path filePath = Paths.get(sourceStoreUri.toString(true), fileName);\r
if (!Files.exists(filePath))\r
- throw new FileNotFoundException("File not exists: " + filePath.toString());\r
+ throw new FileNotFoundException("File does not exist: " + filePath.toString());\r
\r
Path escortFilePath = Paths.get(escortFile);\r
\r
//EscortFiles.remove(escortFilePath);\r
EscortFiles.remove(Paths.get(escortFile + EscortFiles.DOT_CATCHED));\r
\r
- Message msg = new ParameterizedMessage("A {} fájl visszatöltése kezelői beavatkozás miatt megszakadt.", fileName);\r
+ Message msg = new ParameterizedMessage("A(z) {} fájl visszatöltése kezelői beavatkozás miatt megszakadt.", fileName);\r
EscortFiles.notifyRecipient(escortFilePath, logger, msg);\r
\r
cancel();\r