From 6200a3b57dcce7890df56c80ec388608c8ea391d Mon Sep 17 00:00:00 2001 From: "Tej, Tarun" Date: Tue, 10 Oct 2017 17:11:54 -0400 Subject: Fixing the BRMS rule generation issue Fixing the rule params section to look for PapParams istead of Params. This will be a temporary solution for now. Issue-Id: POLICY-302 Change-Id: I4b6b415b3eacf121be374d2dfd50303049c35aba Signed-off-by: Tej, Tarun --- PolicyEngineClient/testResources/test.drl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PolicyEngineClient') diff --git a/PolicyEngineClient/testResources/test.drl b/PolicyEngineClient/testResources/test.drl index 7accc63ae..10cd5b717 100644 --- a/PolicyEngineClient/testResources/test.drl +++ b/PolicyEngineClient/testResources/test.drl @@ -83,7 +83,7 @@ import org.onap.policy.drools.system.PolicyEngine; // // These parameters are required to build the runtime policy // -declare Params +declare PapParams closedLoopControlName : String actor : String aaiURL : String -- cgit 1.2.3-korg