Hibás fv.név javítása
authorOmar Sweidan <omar.sweidan@userrendszerhaz.hu>
Tue, 7 Jun 2022 13:55:34 +0000 (15:55 +0200)
committerOmar Sweidan <omar.sweidan@userrendszerhaz.hu>
Tue, 7 Jun 2022 13:55:34 +0000 (15:55 +0200)
server/user.jobengine.executors/src/user/jobengine/server/steps/shared/EscortFiles.java

index 673cc5e622d717d21ff4bb3073752b069b7e7bab..bc673f953d0303f509673e14778a7b00e6e584ab 100644 (file)
@@ -156,7 +156,7 @@ public class EscortFiles {
                root.appendChild(xmlDocument.createElement(RECORDTIMESTAMP)).appendChild(xmlDocument.createTextNode(df.format(recorded)));\r
                xmlDocument.appendChild(root);\r
 \r
-               return xmDocumentToString(xmlDocument);\r
+               return xmlDocumentToString(xmlDocument);\r
        }\r
 \r
        public static byte[] createNEXIOKillDateFile(String fileName, Date killDate, String description, String agency) throws Exception {\r
@@ -178,7 +178,7 @@ public class EscortFiles {
                        root.appendChild(xmlDocument.createElement(EXTENDEDAGENCY)).appendChild(xmlDocument.createTextNode(agency));\r
                xmlDocument.appendChild(root);\r
 \r
-               return xmDocumentToString(xmlDocument);\r
+               return xmlDocumentToString(xmlDocument);\r
        }\r
 \r
        public static Document createNEXIOMeta(byte[] content) throws Exception {\r
@@ -359,7 +359,7 @@ public class EscortFiles {
                }\r
        }\r
 \r
-       private static byte[] xmDocumentToString(Document xmlDocument)\r
+       private static byte[] xmlDocumentToString(Document xmlDocument)\r
                        throws TransformerFactoryConfigurationError, TransformerConfigurationException, TransformerException, IOException, UnsupportedEncodingException {\r
                DOMSource domSource = new DOMSource(xmlDocument);\r
                TransformerFactory tf = TransformerFactory.newInstance();\r