commit | 51a885d5c7d61094c39c9c1942147bed5c9049a3 | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Wed Feb 26 17:14:34 2020 -0500 |
committer | Jim Hahn <jrh3@att.com> | Wed Feb 26 17:14:34 2020 -0500 |
tree | 690103c13bb486a5023d95e26c0d6a0223fd3730 | |
parent | 1bba8b33d25069f61d27bbd125cccccde9947f3d [diff] |
Change ActorService config to Map<String,Object> It's a bit of a pain to pass Map<String, Map<String,Object>> to the ActorService configure() method. Changed it to simply take a Map<String,Object>, as it had been in a previous iteration. Issue-ID: POLICY-1625 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: Ib6e703115027bc4919cc93762ca5b38d254f2b8f
Copyright 2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the ONAP Policy Model code that is agnostic to any PDP. It is common amongst all the repositories.
To build it using Maven 3, run: mvn clean install