Replaced all tabs with spaces in java and pom.xml
[so.git] / mso-api-handlers / mso-requests-db / src / main / java / org / onap / so / db / request / exceptions / NoEntityFoundException.java
index 7641862..7f00c42 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 package org.onap.so.db.request.exceptions;
+
 public class NoEntityFoundException extends Exception {
 
     /**
@@ -27,7 +28,7 @@ public class NoEntityFoundException extends Exception {
     private static final long serialVersionUID = 545820289784366486L;
 
     public NoEntityFoundException(String errorMessage) {
-       super(errorMessage);
+        super(errorMessage);
     }