AAI-1523 Batch reformat aai-schema-ingest
[aai/aai-common.git] / aai-schema-ingest / src / main / java / org / onap / aai / validation / AAISchemaValidationException.java
index 3fd536b..1506f13 100644 (file)
@@ -24,7 +24,7 @@ package org.onap.aai.validation;
  * Indicates that a fatal error in the A&AI schema has been found.
  */
 public class AAISchemaValidationException extends IllegalStateException {
-       public AAISchemaValidationException(String msg) {
-               super(msg);
-       }
+    public AAISchemaValidationException(String msg) {
+        super(msg);
+    }
 }