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