aboutsummaryrefslogtreecommitdiffstats
path: root/models-provider
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-11-08 09:17:42 -0500
committerJim Hahn <jrh3@att.com>2019-11-08 09:17:42 -0500
commitc34a4b6b2e111462cde7f5663b8fbbc4ad86fc7e (patch)
tree2eda84d269e8d3db820eacedabef9c9a48ad8858 /models-provider
parent3d372e317bff5fe7e27296cab4ed76e759f86994 (diff)
Fix sonar issue affecting in drools-applications
Drools-applications has a serializable class that contains AaiCqResponse. Sonar complained that the latter class must also be serializable, so made the change in policy-models to fix that. In addition, the latter class contained a list of Object. To ensure that those are also serializable, the list was changed to a list of Serializable instead. The latter change can be reverted, if it causes compilation issues elsewhere. However, it seems safer to enforce serializability in the list rather than risk having a later change inject a non-serializable object into the list. Change-Id: Ia741a1a96ec4efcc63451e9af31c19b4fe99dd7d Issue-ID: POLICY-2225 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'models-provider')
0 files changed, 0 insertions, 0 deletions