Replaced all tabs with spaces in java and pom.xml
[so.git] / bpmn / MSOCommonBPMN / src / main / java / org / onap / so / bpmn / common / exceptions / RequiredExecutionVariableExeception.java
index 8c77bb4..558ab27 100644 (file)
@@ -22,17 +22,17 @@ package org.onap.so.bpmn.common.exceptions;
 
 public class RequiredExecutionVariableExeception extends Exception {
 
-       private static final long serialVersionUID = 5135274986874563746L;
+    private static final long serialVersionUID = 5135274986874563746L;
 
-       public RequiredExecutionVariableExeception(String message) {
-               super(message);
-       }
-       
-       public RequiredExecutionVariableExeception(String message, Throwable t) {
-               super(message, t);
-       }
-       
-       public RequiredExecutionVariableExeception(Throwable t) {
-               super(t);
-       }
+    public RequiredExecutionVariableExeception(String message) {
+        super(message);
+    }
+
+    public RequiredExecutionVariableExeception(String message, Throwable t) {
+        super(message, t);
+    }
+
+    public RequiredExecutionVariableExeception(Throwable t) {
+        super(t);
+    }
 }