git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorSweidan Omar <TFS\sweidan.omar>
Mon, 2 May 2022 10:01:11 +0000 (10:01 +0000)
committerSweidan Omar <TFS\sweidan.omar>
Mon, 2 May 2022 10:01:11 +0000 (10:01 +0000)
server/user.jobengine.executors/src/user/jobengine/server/steps/EscortFileUpdaterStep.java

index 5dcb523909c8387d0636124c64f311427d282dcc..b180292943cd28e5c43efdc8e4aac58f1a6d54ed 100644 (file)
@@ -23,7 +23,7 @@ public class EscortFileUpdaterStep extends JobStep {
                        throw new Exception("Store URI protocol must be local.");\r
                Path filePath = Paths.get(sourceStoreUri.toString(true), fileName);\r
                if (!filePath.toFile().exists())\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
                DownloadableMedia downloadable = null;\r