Add instructions to invoke the linter and code formatter plugins to the README and...
[aai/schema-service.git] / aai-schema-service / src / main / java / org / onap / aai / schemaservice / nodeschema / validation / VersionValidationModule.java
index 607e0df..c7304d6 100644 (file)
@@ -8,7 +8,7 @@
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- *    http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
@@ -17,8 +17,8 @@
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
-package org.onap.aai.schemaservice.nodeschema.validation;
 
+package org.onap.aai.schemaservice.nodeschema.validation;
 
 /**
  * Defines the behavior for what versions are required/optional.
@@ -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();
 }