git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorSweidan Omar <TFS\sweidan.omar>
Mon, 2 May 2022 09:24:03 +0000 (09:24 +0000)
committerSweidan Omar <TFS\sweidan.omar>
Mon, 2 May 2022 09:24:03 +0000 (09:24 +0000)
server/-product/production/MEDIAVIVANTIS/jobs/steps/CleanupMountedLocationStep.java

index 143303a6a28c1bb26ddb9eaf49d9159f3d76cdf2..9c5dfb1e21242449016828aa2140a122337658da 100644 (file)
@@ -89,8 +89,8 @@ public class CleanupMountedLocationStep extends JobStep implements FileVisitor<P
                }\r
 \r
                if (!Files.exists(sourcePath) || !Files.isDirectory(sourcePath)) {\r
-                       logger.error(marker, "A {} mappa nem létezik.", sourceFolder);\r
-                       throw new NullPointerException(String.format("Directory %s not exists.", sourceFolder));\r
+                       logger.error(marker, "A(z) {} mappa nem létezik.", sourceFolder);\r
+                       throw new NullPointerException(String.format("Directory %s does not exist.", sourceFolder));\r
                }\r
 \r
                try {\r