]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.server/src/main/java/org/argeo/slc/ws/process/SlcExecutionStepsRequestEp.java
Improve formatting
[gpl/argeo-slc.git] / org.argeo.slc.server / src / main / java / org / argeo / slc / ws / process / SlcExecutionStepsRequestEp.java
index 36cf45a68f4dc3668d6dac3b35076e928a4b68d9..56532d4ca3e35daa03025659e73948879d0ea7ce 100644 (file)
@@ -36,10 +36,12 @@ public class SlcExecutionStepsRequestEp extends
                                throw new SlcException("Could not find slc execution " + uuid);
 
                        List<SlcExecutionStep> additionalSteps = msg.getSteps();
-                       if(log.isTraceEnabled()){
-                               log.trace("Trying to add additional steps to slc execution "+uuid+":");
-                               for(SlcExecutionStep step: additionalSteps){
-                                       log.trace("Step "+step.getUuid()+" (in slc execution "+uuid+")");
+                       if (log.isTraceEnabled()) {
+                               log.trace("Trying to add additional steps to slc execution "
+                                               + uuid + ":");
+                               for (SlcExecutionStep step : additionalSteps) {
+                                       log.trace("Step " + step.getUuid() + " (in slc execution "
+                                                       + uuid + ")");
                                }
                        }
                        slcExecution.getSteps().addAll(additionalSteps);