diff options
author | Tej, Tarun <tt3868@att.com> | 2017-10-10 17:11:54 -0400 |
---|---|---|
committer | Tej, Tarun <tt3868@att.com> | 2017-10-10 17:12:31 -0400 |
commit | 6200a3b57dcce7890df56c80ec388608c8ea391d (patch) | |
tree | 4008ff9660a77086516f827d841ef26209125989 /PolicyEngineClient/testResources/test.drl | |
parent | 2ebd62710f2bcd92627e6a79da25da25ac2750af (diff) |
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 <tt3868@att.com>
Diffstat (limited to 'PolicyEngineClient/testResources/test.drl')
-rw-r--r-- | PolicyEngineClient/testResources/test.drl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |