commit | 1cdad9b78056103a4ca1d1b71d996489787ed702 | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Tue Jun 18 12:47:14 2019 -0400 |
committer | Jim Hahn <jrh3@att.com> | Tue Jun 18 12:49:11 2019 -0400 |
tree | 5c57c02f002da053c923333ef7712a08e5534be5 | |
parent | 26e7f16c6e3f224d38e09441be30c1d4fa795c2a [diff] |
Change getCanonicalName to getName in models Per javadocs, getName() should generally be used instead of Class.getCanonicalName(). This change only applies to classes; it does not apply to File objects. Note: this impacts the output from PfValidationMessage, as it will now list the names of embedded classes with a "$" separator instead of a ".". Change-Id: I2cd64bc0281dd324bf80eac57335a7299a516447 Issue-ID: POLICY-1646 Signed-off-by: Jim Hahn <jrh3@att.com>
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