Renaming openecomp to onap
[aai/data-router.git] / src / main / java / org / openecomp / datarouter / util / client / NoAuthRestClient.java
index 33874a8..da985fd 100644 (file)
@@ -1,16 +1,15 @@
 /**
  * ============LICENSE_START=======================================================
- * DataRouter
+ * org.onap.aai
  * ================================================================================
- * Copyright © 2017 AT&T Intellectual Property.
+ * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
  * Copyright © 2017 Amdocs
- * All rights reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- *    http://www.apache.org/licenses/LICENSE-2.0
+ *       http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
@@ -19,8 +18,7 @@
  * limitations under the License.
  * ============LICENSE_END=========================================================
  *
- * ECOMP and OpenECOMP are trademarks
- * and service marks of AT&T Intellectual Property.
+ * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
 package org.openecomp.datarouter.util.client;
 
@@ -34,22 +32,22 @@ import javax.ws.rs.core.MediaType;
 import org.apache.camel.Exchange;
 import org.apache.camel.component.http.HttpMessage;
 import org.apache.camel.Message;
-import org.openecomp.cl.api.Logger;
-import org.openecomp.cl.eelf.LoggerFactory;
-import org.openecomp.cl.mdc.MdcContext;
+import org.onap.aai.cl.api.Logger;
+import org.onap.aai.cl.eelf.LoggerFactory;
+import org.onap.aai.cl.mdc.MdcContext;
 import org.openecomp.datarouter.logging.DataRouterMsgs;
 import org.openecomp.datarouter.util.AaiUiSvcPolicyUtil;
 import org.openecomp.datarouter.util.NodeUtils;
 import org.openecomp.datarouter.util.RouterServiceUtil;
-import org.openecomp.restclient.client.Headers;
-import org.openecomp.restclient.client.OperationResult;
-import org.openecomp.restclient.client.RestClient;
-import org.openecomp.restclient.enums.RestAuthenticationMode;
+import org.onap.aai.restclient.client.Headers;
+import org.onap.aai.restclient.client.OperationResult;
+import org.onap.aai.restclient.client.RestClient;
+import org.onap.aai.restclient.enums.RestAuthenticationMode;
 import org.slf4j.MDC;
 
 import org.springframework.http.HttpStatus;
 
-import org.openecomp.restclient.rest.HttpUtil;
+import org.onap.aai.restclient.rest.HttpUtil;
 import com.fasterxml.jackson.databind.JsonNode;
 
 public class NoAuthRestClient implements SvcRoutingRestClient {