Isolate deprecated code in CCSDK aai-service
[ccsdk/sli/adaptors.git] / aai-service / provider / src / main / java / org / onap / ccsdk / sli / adaptors / aai / NodesQueryRequest.java
old mode 100644 (file)
new mode 100755 (executable)
index c6aeb31..f7aaccb
@@ -2,8 +2,8 @@
  * ============LICENSE_START=======================================================
  * openECOMP : SDN-C
  * ================================================================================
- * Copyright (C) 2017 ONAP Intellectual Property. All rights
- *                                             reserved.
+ * Copyright (C) 2017 AT&T Intellectual Property. 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.
@@ -51,7 +51,7 @@ public class NodesQueryRequest extends AAIRequest {
 //     @Override
 //     public URL getRequestUrl(String method, String resourceVersion) throws UnsupportedEncodingException, MalformedURLException {
 //
-//             String request_url = target_uri+generic_search_path;
+//             String request_url = targetUri+generic_search_path;
 //             String key = START_NODE_TYPE;
 //
 //             String encoded_vnf = encodeQuery(requestProperties.getProperty(key));
@@ -71,7 +71,7 @@ public class NodesQueryRequest extends AAIRequest {
        @Override
        public URL getRequestUrl(String method, String resourceVersion) throws UnsupportedEncodingException, MalformedURLException {
 
-               String request_url = target_uri+nodes_search_path;
+               String request_url = targetUri+nodes_search_path;
 
                request_url = processPathData(request_url, requestProperties);