AAI-1523 Batch reformat aai-schema-ingest
[aai/aai-common.git] / aai-schema-ingest / src / main / java / org / onap / aai / validation / VersionValidationModule.java
index b87be79..ec3523b 100644 (file)
 
 package org.onap.aai.validation;
 
-
 /**
  * Defines the behavior for what versions are required/optional.
  * 
  * Constructor must take ConfigTranslator via autowiring.
  */
 public interface VersionValidationModule {
-       
-       /**
-        * Validates that all required versions have schema
-        * configured for them.
-        *   
-        * @return empty string if none missing or else an appropriate error
-        */
-       public String validate();
+
+    /**
+     * Validates that all required versions have schema
+     * configured for them.
+     * 
+     * @return empty string if none missing or else an appropriate error
+     */
+    public String validate();
 }