]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/xml/process/FileSlcExecutionNotifier.java
Improve logging
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.castor / src / main / java / org / argeo / slc / xml / process / FileSlcExecutionNotifier.java
index 93cde8ddf6f9157ad2b1b13452d7ad048333063d..8b110ecd2032f4302f38806929d3dd731c6c0369 100644 (file)
@@ -29,21 +29,22 @@ import org.argeo.slc.SlcException;
 import org.argeo.slc.execution.ExecutionProcess;\r
 import org.argeo.slc.process.SlcExecution;\r
 import org.argeo.slc.process.SlcExecutionNotifier;\r
+import org.argeo.slc.execution.ExecutionStep;\r
 import org.argeo.slc.process.SlcExecutionStep;\r
 import org.springframework.oxm.Marshaller;\r
 \r
 /** @deprecated Probably not even working anymore */\r
 public class FileSlcExecutionNotifier implements SlcExecutionNotifier {\r
-//     private final static SimpleDateFormat sdf = new SimpleDateFormat(\r
-//                     "yyyyMMdd-HHmmss");\r
-//\r
-//     private String basePath;\r
+       // private final static SimpleDateFormat sdf = new SimpleDateFormat(\r
+       // "yyyyMMdd-HHmmss");\r
+       //\r
+       // private String basePath;\r
        private Marshaller marshaller;\r
 \r
        private Map<String, String> uuidToDir = new HashMap<String, String>();\r
 \r
        public void addSteps(ExecutionProcess slcExecution,\r
-                       List<SlcExecutionStep> additionalSteps) {\r
+                       List<ExecutionStep> additionalSteps) {\r
                writeSlcExecution(slcExecution);\r
        }\r
 \r
@@ -80,7 +81,7 @@ public class FileSlcExecutionNotifier implements SlcExecutionNotifier {
        }\r
 \r
        public void setBasePath(String basePath) {\r
-               //this.basePath = basePath;\r
+               // this.basePath = basePath;\r
        }\r
 \r
        public void setMarshaller(Marshaller marshaller) {\r