Remove unused imports for mso common classes 74/85774/1
authorSindhuri.A <arcot.sindhuri@huawei.com>
Fri, 19 Apr 2019 08:33:56 +0000 (14:03 +0530)
committerSindhuri.A <arcot.sindhuri@huawei.com>
Fri, 19 Apr 2019 08:33:56 +0000 (14:03 +0530)
Remove unused imports for mso common classes AAIClient, AAIRestClient

Issue-ID: SO-1490

Change-Id: I7ca5713feaeda5b28464cdd5d0700fecf1c022ec
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
common/src/main/java/org/onap/so/client/aai/AAIClient.java
common/src/main/java/org/onap/so/client/aai/AAIClientResponseExceptionMapper.java
common/src/main/java/org/onap/so/client/aai/AAIRestClient.java

index 131bc27..a1e0d7c 100644 (file)
@@ -25,7 +25,6 @@ import javax.ws.rs.NotFoundException;
 import javax.ws.rs.core.UriBuilder;
 import org.onap.so.client.RestClient;
 import org.onap.so.client.graphinventory.GraphInventoryClient;
-import org.onap.so.client.graphinventory.GraphInventoryVersion;
 import org.onap.so.client.graphinventory.entities.uri.GraphInventoryUri;
 import org.onap.so.client.graphinventory.exceptions.GraphInventoryUriComputationException;
 import org.slf4j.Logger;
index 7029ffe..66ea8f9 100644 (file)
@@ -24,8 +24,6 @@ import java.io.IOException;
 import java.util.Optional;
 import javax.annotation.Priority;
 import javax.ws.rs.ext.Provider;
-import javax.annotation.Priority;
-import javax.ws.rs.ext.Provider;
 import org.onap.logging.ref.slf4j.ONAPLogConstants;
 import org.onap.so.client.ResponseExceptionMapper;
 import org.onap.so.client.aai.entities.AAIError;
index 6eafb96..b546aaa 100644 (file)
@@ -23,11 +23,9 @@ package org.onap.so.client.aai;
 import java.net.URI;
 import java.util.Map;
 import java.util.Optional;
-import javax.ws.rs.core.Response;
 import org.onap.so.client.ResponseExceptionMapper;
 import org.onap.so.client.graphinventory.GraphInventoryPatchConverter;
 import org.onap.so.client.graphinventory.GraphInventoryRestClient;
-import org.onap.so.client.policy.CommonObjectMapperProvider;
 import org.onap.so.utils.TargetEntity;
 
 public class AAIRestClient extends GraphInventoryRestClient {