From 8c79dfcb178776b2365f826a9e45abb54dd6bf43 Mon Sep 17 00:00:00 2001
From: Sviatoslav Nekhaienko <snekhaienko@slb.com>
Date: Wed, 9 Dec 2020 15:07:49 +0200
Subject: [PATCH] remove unused import

---
 .../osdu/indexer/schema/converter/PropertiesProcessor.java    | 4 ----
 1 file changed, 4 deletions(-)

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 43f1a515c..3dfcea569 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);
     }
-- 
GitLab