diff --git a/indexer-core/src/main/java/org/opengroup/osdu/indexer/schema/converter/PropertiesProcessor.java b/indexer-core/src/main/java/org/opengroup/osdu/indexer/schema/converter/PropertiesProcessor.java index 43f1a515c023054150ea382cd12888c9ee60bc63..3dfcea569e1780027b2b9bfa437a79a1ceaaebc5 100644 --- a/indexer-core/src/main/java/org/opengroup/osdu/indexer/schema/converter/PropertiesProcessor.java +++ b/indexer-core/src/main/java/org/opengroup/osdu/indexer/schema/converter/PropertiesProcessor.java @@ -13,7 +13,6 @@ // limitations under the License. package org.opengroup.osdu.indexer.schema.converter; - import org.apache.http.HttpStatus; import org.opengroup.osdu.core.common.logging.JaxRsDpsLog; import org.opengroup.osdu.core.common.model.http.AppException; @@ -23,11 +22,9 @@ import org.opengroup.osdu.indexer.schema.converter.tags.Definition; import org.opengroup.osdu.indexer.schema.converter.tags.Definitions; import org.opengroup.osdu.indexer.schema.converter.tags.TypeProperty; -import javax.inject.Inject; import java.util.*; import java.util.stream.Stream; - public class PropertiesProcessor { private JaxRsDpsLog log; @@ -62,7 +59,6 @@ public class PropertiesProcessor { private final String pathPrefix; private final String pathPrefixWithDot; - public PropertiesProcessor(Definitions definitions, JaxRsDpsLog log) { this(definitions, null, log); }