fix the spring bean property config 59/5259/1
authorjwang5 <jing.wang5@huawei.com>
Mon, 26 Jun 2017 19:32:00 +0000 (14:32 -0500)
committerjwang5 <jing.wang5@huawei.com>
Mon, 26 Jun 2017 19:32:08 +0000 (14:32 -0500)
Change-Id: Icb024589c5ee95addad4ca0243adaa7f8ff26f27
Signed-off-by: jwang5 <jing.wang5@huawei.com>
restapi-call-node/provider/src/main/java/org/openecomp/sdnc/restapicall/RestapiCallNode.java

index fb51ab0..3bb0eb4 100644 (file)
@@ -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;
        }