X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ONAP-XACML%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fpolicy%2Fxacml%2Fstd%2Fpap%2FStdPAPPolicy.java;h=5974883ee9226f2d89e9139aa7cec5d63e760c62;hb=refs%2Fchanges%2F83%2F31683%2F1;hp=a8c59e8926ea74a8d4b0742db5f39f0a169d4eb8;hpb=8baa15218033f9ab6741645eb380e17eb7d9c2dd;p=policy%2Fengine.git 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;