Removed unused imports in RelationshipRequest.java 85/74785/1
authorezhil <ezhrajam@in.ibm.com>
Tue, 18 Dec 2018 09:35:47 +0000 (15:05 +0530)
committerezhil <ezhrajam@in.ibm.com>
Tue, 18 Dec 2018 09:36:05 +0000 (15:06 +0530)
Removed unsed imports
Issue-ID: CCSDK-833
Change-Id: Ic25e289864195999050b2b42b3cf8a492bd5c8a4
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
aai-service/provider/src/main/java/org/onap/ccsdk/sli/adaptors/aai/RelationshipRequest.java

index 9967a50..bc97e1a 100755 (executable)
@@ -4,6 +4,7 @@
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
  *                         reserved.
+ * Modifications Copyright (C) 2018 IBM.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -23,7 +24,6 @@ package org.onap.ccsdk.sli.adaptors.aai;
 
 import java.io.UnsupportedEncodingException;
 import java.net.MalformedURLException;
-import java.net.URI;
 import java.net.URISyntaxException;
 import java.net.URL;
 import java.util.List;
@@ -31,12 +31,9 @@ import java.util.List;
 import org.apache.http.NameValuePair;
 import org.apache.http.client.utils.URIBuilder;
 import org.apache.http.message.BasicNameValuePair;
-import org.onap.ccsdk.sli.adaptors.aai.data.AAIDatum;
+
 import org.onap.aai.inventory.v14.Relationship;
 
-import com.fasterxml.jackson.core.JsonProcessingException;
-import com.fasterxml.jackson.databind.ObjectMapper;
-import com.google.common.base.Joiner;
 
 public class RelationshipRequest extends GenericRequest {