From 30f332a90f74bbf081cb22656fb1e0ab185c6051 Mon Sep 17 00:00:00 2001 From: "atul.m.singh" Date: Thu, 30 Jan 2025 12:04:32 +0530 Subject: [AAI] Unnecessary packages must be cleared from all java files for aai-common - Removed unused imports from the JAVA files so that unnecessary packages are ignored Issue-ID: AAI-4111 Change-Id: If9a4a9b98962c3d4deb28668ff0050b92999d9c7 Signed-off-by: atul.m.singh --- .../src/main/java/org/onap/aai/restclient/SchemaServiceRestClient.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'aai-schema-ingest/src') diff --git a/aai-schema-ingest/src/main/java/org/onap/aai/restclient/SchemaServiceRestClient.java b/aai-schema-ingest/src/main/java/org/onap/aai/restclient/SchemaServiceRestClient.java index 44ad9a37..205b6584 100644 --- a/aai-schema-ingest/src/main/java/org/onap/aai/restclient/SchemaServiceRestClient.java +++ b/aai-schema-ingest/src/main/java/org/onap/aai/restclient/SchemaServiceRestClient.java @@ -25,9 +25,6 @@ package org.onap.aai.restclient; import java.util.Collections; import java.util.Map; import java.util.UUID; - -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Value; import org.springframework.http.HttpHeaders; import org.springframework.http.MediaType; -- cgit