Update schema service to fail to start
[aai/aai-common.git] / aai-schema-ingest / src / main / java / org / onap / aai / setup / AAIConfigTranslator.java
index 899a520..4454ad2 100644 (file)
@@ -37,7 +37,7 @@ public class AAIConfigTranslator extends ConfigTranslator {
 
     private static final String FILESEP = (System.getProperty("file.separator") == null) ? "/" : System.getProperty("file.separator");
 
-    public AAIConfigTranslator(SchemaLocationsBean bean, SchemaVersions schemaVersions) {
+    public AAIConfigTranslator(SchemaLocationsBean bean, SchemaConfigVersions schemaVersions) {
                super(bean, schemaVersions);
        }