Skip to content
Snippets Groups Projects
Commit 8c79dfcb authored by Sviatoslav Nekhaienko's avatar Sviatoslav Nekhaienko
Browse files

remove unused import

parent dd8439eb
No related branches found
No related tags found
1 merge request!60Indexer to read from Schema Service as well as Storage Schema
Pipeline #18444 failed
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment