Update schema ingest library call schema service
[aai/aai-common.git] / aai-schema-ingest / src / main / java / org / onap / aai / edges / exceptions / EdgeRuleNotFoundException.java
index de022bc..f9b9b64 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/** 
  * ============LICENSE_START=======================================================
  * org.onap.aai
  * ================================================================================
@@ -25,7 +25,7 @@ public class EdgeRuleNotFoundException extends Exception {
                super(msg);
        }
 
-       public EdgeRuleNotFoundException(Throwable throwable){
-           super(throwable);
+    public EdgeRuleNotFoundException(Throwable throwable){
+        super(throwable);
     }
 }