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 17d5a0d..f7aaccb
@@ -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);