AAI-1523 Batch reformat aai-schema-ingest
[aai/aai-common.git] / aai-schema-ingest / src / main / java / org / onap / aai / validation / nodes / DuplicateNodeDefinitionValidationModule.java
index 5484add..4fbf419 100644 (file)
@@ -35,13 +35,13 @@ import org.onap.aai.setup.SchemaVersion;
  * etc.
  */
 public interface DuplicateNodeDefinitionValidationModule {
-       /**
-        * Finds any duplicates according to the defined rules
-        
-        * @param files - the OXM files to use with full directory
-        * @return empty String if none found, else a String
-        *      with appropriate information about what node types
-        *  were found
-        */
-       String findDuplicates(List<String> files, SchemaVersion v);
+    /**
+     * Finds any duplicates according to the defined rules
+     * 
+     * @param files - the OXM files to use with full directory
+     * @return empty String if none found, else a String
+     *         with appropriate information about what node types
+     *         were found
+     */
+    String findDuplicates(List<String> files, SchemaVersion v);
 }