Replaced all tabs with spaces in java and pom.xml
[so.git] / bpmn / so-bpmn-tasks / src / main / java / org / onap / so / bpmn / infrastructure / sdnc / exceptions / SDNCErrorResponseException.java
index e0f88a2..d76d860 100644 (file)
@@ -2,12 +2,12 @@ package org.onap.so.bpmn.infrastructure.sdnc.exceptions;
 
 public class SDNCErrorResponseException extends Exception {
 
-       /**
-        
-        */
-       private static final long serialVersionUID = 7807799223298140702L;
-       
-       public SDNCErrorResponseException(String message) {
-               super(message);
-       }
+    /**
+     * 
+     */
+    private static final long serialVersionUID = 7807799223298140702L;
+
+    public SDNCErrorResponseException(String message) {
+        super(message);
+    }
 }