Clean up a couple of array lists 38/84438/3
authorJim Hahn <jrh3@att.com>
Sun, 7 Apr 2019 14:50:27 +0000 (10:50 -0400)
committerJim Hahn <jrh3@att.com>
Sun, 7 Apr 2019 15:00:07 +0000 (11:00 -0400)
commitbd6500bf91fcd7fc1e1bbcf438bd4a4e7ff4a3c0
tree827201b26f2d2be8fc62075825c6e56d7cefd680
parent82699a970d5f06c6dc1391d8beb0efe76bf84089
Clean up a couple of array lists

Initialized initial array size for empty list.
Add some junit tests to ensure that the returned lists are mutable.
Updated license in filter class.

Change-Id: I9c151eb50355a71f4d34ac46b41f8278cf913664
Issue-ID: POLICY-1542
Signed-off-by: Jim Hahn <jrh3@att.com>
models-base/src/main/java/org/onap/policy/models/base/PfObjectFilter.java
models-base/src/main/java/org/onap/policy/models/base/PfUtils.java
models-base/src/test/java/org/onap/policy/models/base/PfUtilsTest.java