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

index e2313678402e4c434cf3fad7c796d7ae7c659df2..3c78cf4ae839702a4c02760a5fec0b5cfdaab9e8 100644 (file)
@@ -31,8 +31,9 @@ public class PeableBeachMissingMaterialCheckerStep extends JobStep {
        private static final String appendExtension = ".mxf";\r
 \r
        @StepEntry\r
-       public Object[] execute(String escortStoreName, BasicDBList lookupStoreNames, String targetStoreName, String targetProtocol, String primaryEndPoint,\r
-                       String primaryUserName, String primaryPassword, String secondaryEndPoint, String secondaryUserName, String secondaryPassword, int rangeForwardHours)\r
+       public Object[] execute(String escortStoreName, BasicDBList lookupStoreNames, String targetStoreName, String targetProtocol, \r
+                       String primaryEndPoint, String primaryUserName, String primaryPassword, String secondaryEndPoint, String secondaryUserName, \r
+                       String secondaryPassword, int rangeForwardHours)\r
                        throws Exception {\r
                StoreUri escortStoreUri = null;\r
                try {\r
@@ -206,7 +207,6 @@ public class PeableBeachMissingMaterialCheckerStep extends JobStep {
                } catch (Exception e) {\r
                        logger.error(getSessionMarker(), "Can't create status file {}", Paths.get(outputPath.toString(), escortFileName));\r
                }\r
-\r
        }\r
 \r
        private boolean statusFileExists(Path outputPath, String fileName) {\r
@@ -223,5 +223,4 @@ public class PeableBeachMissingMaterialCheckerStep extends JobStep {
                }\r
                return exsists;\r
        }\r
-\r
 }\r