git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorSweidan Omar <TFS\sweidan.omar>
Fri, 21 Jan 2022 01:56:16 +0000 (01:56 +0000)
committerSweidan Omar <TFS\sweidan.omar>
Fri, 21 Jan 2022 01:56:16 +0000 (01:56 +0000)
server/-product/production/AMC/jobs/steps/EscortFileUpdaterStep.java

index 7082a636ec5378b76bd42c41cbdff78a12647625..cc3be9dd2ab746d37850e9f5390fd4fe95fb17bb 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 (!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
                DownloadableMedia downloadable = null;\r