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=e22a2b613bda0e683043ef870d6b16e5a7e04df7;hp=a8c59e8926ea74a8d4b0742db5f39f0a169d4eb8;hpb=7bb6ef9ad8a483bdac3ff1544cd0910ecebe5a98;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;