From: Swapnali Pode Date: Wed, 14 Feb 2018 07:05:30 +0000 (+0530) Subject: Make drlRuleAndUIParams transient or serializable X-Git-Tag: v1.2.0~143 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=commitdiff_plain;h=a694b6879a44773d500e857699bb5a1e6e526140 Make drlRuleAndUIParams transient or serializable Make drlRuleAndUIParams transient or serializable StdPAPPolicy.java:L72 Sonar Link: https://sonar.onap.org/project/issues?assignees=swapnalipode&id=org.onap.policy.engine%3APolicyEngineSuite&open=AWF91ipr8TZzbCgU6aom&resolved=false Location: src/main/java/org/onap/policy/xacml/std/pap/StdPAPPolicy.java Change-Id: I3524881e76c69518949a622a23084e0bc8ef26a2 Issue-ID: POLICY-631 Signed-off-by: Swapnali Pode --- diff --git a/ONAP-XACML/src/main/java/org/onap/policy/xacml/std/pap/StdPAPPolicy.java b/ONAP-XACML/src/main/java/org/onap/policy/xacml/std/pap/StdPAPPolicy.java index a8c59e892..5974883ee 100644 --- a/ONAP-XACML/src/main/java/org/onap/policy/xacml/std/pap/StdPAPPolicy.java +++ b/ONAP-XACML/src/main/java/org/onap/policy/xacml/std/pap/StdPAPPolicy.java @@ -69,7 +69,7 @@ public class StdPAPPolicy implements OnapPAPPolicy, Serializable{ private String uuid = null; private String msLocation = null; private String priority = null; - private Map drlRuleAndUIParams=null; + private transient Map drlRuleAndUIParams=null; private String deleteCondition = null; private String dictionaryType = null; private String dictionary = null;