From 15dd4185cfbe704756aa33958dc8264efbb11467 Mon Sep 17 00:00:00 2001 From: Sweidan Omar Date: Fri, 21 Jan 2022 01:56:16 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C32827 --- .../production/AMC/jobs/steps/EscortFileUpdaterStep.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/-product/production/AMC/jobs/steps/EscortFileUpdaterStep.java b/server/-product/production/AMC/jobs/steps/EscortFileUpdaterStep.java index 7082a636..cc3be9dd 100644 --- a/server/-product/production/AMC/jobs/steps/EscortFileUpdaterStep.java +++ b/server/-product/production/AMC/jobs/steps/EscortFileUpdaterStep.java @@ -23,7 +23,7 @@ public class EscortFileUpdaterStep extends JobStep { throw new Exception("Store URI protocol must be local."); Path filePath = Paths.get(sourceStoreUri.toString(true), fileName); if (!Files.exists(filePath)) - throw new FileNotFoundException("File not exists: " + filePath.toString()); + throw new FileNotFoundException("File does not exist: " + filePath.toString()); Path escortFilePath = Paths.get(escortFile); DownloadableMedia downloadable = null; -- 2.54.0