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