Replaced all tabs with spaces in java and pom.xml
[so.git] / common / src / main / java / org / onap / so / exceptions / MarshallerException.java
index 8b06a85..a763260 100644 (file)
@@ -32,7 +32,7 @@ public class MarshallerException extends Exception {
     }
 
     public MarshallerException(String message, int errorCode, Exception e) {
-        super (e);
+        super(e);
         this.message = message;
         this.errorCode = errorCode;