Change getCanonicalName() to getName() in xacml-pdp 13/90013/1
authorJim Hahn <jrh3@att.com>
Mon, 17 Jun 2019 14:30:20 +0000 (10:30 -0400)
committerJim Hahn <jrh3@att.com>
Mon, 17 Jun 2019 14:30:20 +0000 (10:30 -0400)
Per javadocs, getName() should generally be used instead of
Class.getCanonicalName(). This change only applies to classes; it
does not apply to File objects.

Change-Id: Id9ad514a7ba10e7cdbf292bba2b07135bdbd2572
Issue-ID: POLICY-1646
Signed-off-by: Jim Hahn <jrh3@att.com>

No differences found