AAI-1523 Batch reformat aai-schema-ingest
[aai/aai-common.git] / aai-schema-ingest / src / main / java / org / onap / aai / edges / exceptions / EdgeRuleNotFoundException.java
index f9b9b64..f3ab00e 100644 (file)
 package org.onap.aai.edges.exceptions;
 
 public class EdgeRuleNotFoundException extends Exception {
-       public EdgeRuleNotFoundException(String msg) {
-               super(msg);
-       }
+    public EdgeRuleNotFoundException(String msg) {
+        super(msg);
+    }
 
-    public EdgeRuleNotFoundException(Throwable throwable){
+    public EdgeRuleNotFoundException(Throwable throwable) {
         super(throwable);
     }
 }