aboutsummaryrefslogtreecommitdiffstats
path: root/restapi-call-node
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2018-07-27 20:52:48 +0000
committerGerrit Code Review <gerrit@onap.org>2018-07-27 20:52:48 +0000
commitbace9b5f98bfef3168134a747c8795196ce9a723 (patch)
tree707bcf95399eb7f875581439b1b40e99f13f0655 /restapi-call-node
parentbe3d4606d9627e5dfb461b72140f7be52e1c7776 (diff)
parent8b39ca99c8a49197b05f8fea7de9a1606c810e63 (diff)
Merge "SSHApiCallNode sshExec API Impl"
Diffstat (limited to 'restapi-call-node')
-rw-r--r--restapi-call-node/provider/src/main/java/org/onap/ccsdk/sli/plugins/restapicall/RestapiCallNode.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/restapi-call-node/provider/src/main/java/org/onap/ccsdk/sli/plugins/restapicall/RestapiCallNode.java b/restapi-call-node/provider/src/main/java/org/onap/ccsdk/sli/plugins/restapicall/RestapiCallNode.java
index 5168b3ec..42462f0e 100644
--- a/restapi-call-node/provider/src/main/java/org/onap/ccsdk/sli/plugins/restapicall/RestapiCallNode.java
+++ b/restapi-call-node/provider/src/main/java/org/onap/ccsdk/sli/plugins/restapicall/RestapiCallNode.java
@@ -90,7 +90,7 @@ public class RestapiCallNode implements SvcLogicJavaPlugin {
/**
* Allows Directed Graphs the ability to interact with REST APIs.
- * @param parameters HashMap<String,String> of parameters passed by the DG to this function
+ * @param paramMap HashMap<String,String> of parameters passed by the DG to this function
* <table border="1">
* <thead><th>parameter</th><th>Mandatory/Optional</th><th>description</th><th>example values</th></thead>
* <tbody>