Replaced all tabs with spaces in java and pom.xml
[so.git] / mso-api-handlers / mso-api-handler-infra / src / main / java / org / onap / so / apihandlerinfra / tenantisolation / exceptions / TenantIsolationException.java
index af3e793..14e6464 100644 (file)
@@ -22,15 +22,15 @@ package org.onap.so.apihandlerinfra.tenantisolation.exceptions;
 
 public class TenantIsolationException extends Exception {
 
-       private static final long serialVersionUID = 6948152225371031774L;
-       
-       public TenantIsolationException() {
-               super();
-               
-       }
-       
-       public TenantIsolationException(String msg) {
-               super ("Tenant Isolation error: " + msg);
-               
-       }
-}
\ No newline at end of file
+    private static final long serialVersionUID = 6948152225371031774L;
+
+    public TenantIsolationException() {
+        super();
+
+    }
+
+    public TenantIsolationException(String msg) {
+        super("Tenant Isolation error: " + msg);
+
+    }
+}