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

index 6c0d20022916eb0ea06fadef414651192d77a461..8f8b0f9ca6f59dc50c4905b6698164457da32e77 100644 (file)
@@ -33,7 +33,7 @@ public class ArchiveItem implements Serializable {
                byte[] readAllBytes = null;\r
 \r
                if (!jsonFilePath.toFile().exists())\r
-                       throw new FileNotFoundException("JSON file not exists: " + jsonFilePath);\r
+                       throw new FileNotFoundException("JSON file does not exist: " + jsonFilePath);\r
 \r
                readAllBytes = Files.readAllBytes(jsonFilePath);\r
                BasicDBObject dbObject = (BasicDBObject) JSONUtil.jsonToDbObject(new String(readAllBytes));\r