From: Sweidan Omar Date: Mon, 10 Jan 2022 13:36:16 +0000 (+0000) Subject: git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube... X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=57c91e94038f36cb414c35646c74b0e3a4d59222;p=mediacube.git git-tfs-id: [tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C32700 --- diff --git a/server/-product/production/AMC/jobs/steps/PeableBeachMissingMaterialCheckerStep.java b/server/-product/production/AMC/jobs/steps/PeableBeachMissingMaterialCheckerStep.java index e2313678..3c78cf4a 100644 --- a/server/-product/production/AMC/jobs/steps/PeableBeachMissingMaterialCheckerStep.java +++ b/server/-product/production/AMC/jobs/steps/PeableBeachMissingMaterialCheckerStep.java @@ -31,8 +31,9 @@ public class PeableBeachMissingMaterialCheckerStep extends JobStep { private static final String appendExtension = ".mxf"; @StepEntry - public Object[] execute(String escortStoreName, BasicDBList lookupStoreNames, String targetStoreName, String targetProtocol, String primaryEndPoint, - String primaryUserName, String primaryPassword, String secondaryEndPoint, String secondaryUserName, String secondaryPassword, int rangeForwardHours) + public Object[] execute(String escortStoreName, BasicDBList lookupStoreNames, String targetStoreName, String targetProtocol, + String primaryEndPoint, String primaryUserName, String primaryPassword, String secondaryEndPoint, String secondaryUserName, + String secondaryPassword, int rangeForwardHours) throws Exception { StoreUri escortStoreUri = null; try { @@ -206,7 +207,6 @@ public class PeableBeachMissingMaterialCheckerStep extends JobStep { } catch (Exception e) { logger.error(getSessionMarker(), "Can't create status file {}", Paths.get(outputPath.toString(), escortFileName)); } - } private boolean statusFileExists(Path outputPath, String fileName) { @@ -223,5 +223,4 @@ public class PeableBeachMissingMaterialCheckerStep extends JobStep { } return exsists; } - }