Replace all tab characters in java files with two spaces to remove linter warning
[aai/schema-service.git] / aai-schema-service / src / main / java / org / onap / aai / schemaservice / nodeschema / validation / VersionValidationModule.java
index 607e0df..15ae19a 100644 (file)
@@ -27,11 +27,11 @@ package org.onap.aai.schemaservice.nodeschema.validation;
  */
 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();
 }