diff options
author | jwang5 <jing.wang5@huawei.com> | 2017-06-26 14:32:00 -0500 |
---|---|---|
committer | jwang5 <jing.wang5@huawei.com> | 2017-06-26 14:32:08 -0500 |
commit | 0079cf2b72dcdafaa8234cba4d743e5642543cfe (patch) | |
tree | 3fdbc72a5238f13b17aeb1a16b309bf9d25a582e | |
parent | 4e0ef3703656ccd0c8e58f218c88c205a9acee9d (diff) |
fix the spring bean property config
Change-Id: Icb024589c5ee95addad4ca0243adaa7f8ff26f27
Signed-off-by: jwang5 <jing.wang5@huawei.com>
-rw-r--r-- | restapi-call-node/provider/src/main/java/org/openecomp/sdnc/restapicall/RestapiCallNode.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/restapi-call-node/provider/src/main/java/org/openecomp/sdnc/restapicall/RestapiCallNode.java b/restapi-call-node/provider/src/main/java/org/openecomp/sdnc/restapicall/RestapiCallNode.java index fb51ab0..3bb0eb4 100644 --- a/restapi-call-node/provider/src/main/java/org/openecomp/sdnc/restapicall/RestapiCallNode.java +++ b/restapi-call-node/provider/src/main/java/org/openecomp/sdnc/restapicall/RestapiCallNode.java @@ -67,7 +67,7 @@ public class RestapiCallNode implements SvcLogicJavaPlugin { private String defaultUebTemplateFileName = "/opt/bvc/restapi/templates/default-ueb-message.json"; protected RetryPolicyStore retryPolicyStore; - protected RetryPolicyStore getRetryPolicyStore() { + public RetryPolicyStore getRetryPolicyStore() { return retryPolicyStore; } |