Reduce the number of problems in aai-common by removing unused imports
[aai/aai-common.git] / aai-rest / src / main / java / org / onap / aai / restclient / RestClient.java
index 67fb01e..6fd2ab6 100644 (file)
 
 package org.onap.aai.restclient;
 
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
 import java.net.URI;
 import java.net.URISyntaxException;
 import java.util.Map;
 
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
 import org.springframework.beans.factory.annotation.Value;
 import org.springframework.core.io.Resource;
 import org.springframework.http.HttpEntity;