Replaced all tabs with spaces in java and pom.xml
[so.git] / bpmn / MSOCommonBPMN / src / main / java / org / onap / so / bpmn / common / InjectExecution.java
index 56b059e..036c054 100644 (file)
@@ -26,9 +26,9 @@ import org.springframework.stereotype.Component;
 @Component
 public class InjectExecution {
 
-       public DelegateExecutionImpl execute (DelegateExecution execution, DelegateExecutionImpl impl) {
-               
-               impl.setDelegateExecution(execution);
-               return impl;
-       }
+    public DelegateExecutionImpl execute(DelegateExecution execution, DelegateExecutionImpl impl) {
+
+        impl.setDelegateExecution(execution);
+        return impl;
+    }
 }