Replaced all tabs with spaces in java and pom.xml
[so.git] / adapters / mso-adapter-utils / src / main / java / org / onap / so / cloud / authentication / ServiceEndpointNotFoundException.java
index d95737d..96a9478 100644 (file)
@@ -22,9 +22,9 @@ package org.onap.so.cloud.authentication;
 
 public class ServiceEndpointNotFoundException extends RuntimeException {
 
-       private static final long serialVersionUID = -5347215451284361397L;
+    private static final long serialVersionUID = -5347215451284361397L;
 
-       public ServiceEndpointNotFoundException(String message) {
-               super(message);
-       }
+    public ServiceEndpointNotFoundException(String message) {
+        super(message);
+    }
 }