git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorSweidan Omar <TFS\sweidan.omar>
Fri, 10 Dec 2021 10:06:34 +0000 (10:06 +0000)
committerSweidan Omar <TFS\sweidan.omar>
Fri, 10 Dec 2021 10:06:34 +0000 (10:06 +0000)
server/user.jobengine.executors/src/user/jobengine/server/steps/ForkDownloadStep.java

index 6722c822e42d563b5f10bc37c7a571031b2a24cb..35431e50e1145939b8a98244fbaf397360f829e7 100644 (file)
@@ -92,20 +92,20 @@ public class ForkDownloadStep extends JobStep {
                if (escortFile.toFile().isDirectory())\r
                        return false;\r
 \r
-               //ami nem JSON azt nem kezeljuk\r
+               // ami nem JSON azt nem kezeljuk\r
                if (!escortFile.getFileName().toString().toLowerCase().endsWith(EscortFiles.DOT_JSON))\r
                        return false;\r
 \r
-               //aminek van COLORSPACE kiterjesztesu valtozata azt nem kezeljuk\r
-               //              Path colorspaceFile = Paths.get(escortFile.toString() + ".colorspace");\r
-               //              if (colorspaceFile.toFile().exists())\r
-               //                      return false;\r
+               // aminek van COLORSPACE kiterjesztesu valtozata azt nem kezeljuk\r
+               // Path colorspaceFile = Paths.get(escortFile.toString() + ".colorspace");\r
+               // if (colorspaceFile.toFile().exists())\r
+               // return false;\r
 \r
                if (EscortFiles.isCatchedFileExists(escortFile))\r
                        return false;\r
 \r
                String escortFileName = escortFile.getFileName().toString();\r
-               //minimum 3 karakter: STORENAME.FILENAME.MXF.JSON\r
+               // minimum 3 karakter: STORENAME.FILENAME.MXF.JSON\r
                long dotCount = escortFileName.chars().filter(ch -> ch == '.').count();\r
                if (dotCount < 3)\r
                        return false;\r
@@ -138,7 +138,7 @@ public class ForkDownloadStep extends JobStep {
 \r
                        int priority = 50;\r
 \r
-                       //megszakitasok miatt a mar lejott mozikat vegyuk elore 20.09.09\r
+                       // megszakitasok miatt a mar lejott mozikat vegyuk elore 20.09.09\r
                        if (targetExists(tempStoreUri, sourceFileName))\r
                                priority = 51;\r
 \r