From d4e3a1b394715c6386f963130e4e081d421ecd1b Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 15 Nov 2019 13:35:42 +0000 Subject: Unit/SONAR/Checkstyle in ONAP-REST Fifth and final batch of JPA pojos (Q-Z), with JUnit added and SONAR/Checkstyle issues addressed. In cases where a class name change caused an update in another package, the license header on files for those knock on changes are not updated. Issue-ID: POLICY-2131 Change-Id: I1cc536a5b8a0cd3c6beff068dd72381f7ae10d12 Signed-off-by: liamfallon --- ONAP-PDP-REST/src/test/resources/META-INF/persistence.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ONAP-PDP-REST') diff --git a/ONAP-PDP-REST/src/test/resources/META-INF/persistence.xml b/ONAP-PDP-REST/src/test/resources/META-INF/persistence.xml index 4362be902..01ea8dc2e 100644 --- a/ONAP-PDP-REST/src/test/resources/META-INF/persistence.xml +++ b/ONAP-PDP-REST/src/test/resources/META-INF/persistence.xml @@ -166,12 +166,12 @@ org.onap.policy.rest.jpa.RuleAlgorithms org.onap.policy.rest.jpa.SecurityZone org.onap.policy.rest.jpa.ServiceList - org.onap.policy.rest.jpa.SystemLogDB + org.onap.policy.rest.jpa.SystemLogDb org.onap.policy.rest.jpa.TermList org.onap.policy.rest.jpa.VarbindDictionary - org.onap.policy.rest.jpa.VMType - org.onap.policy.rest.jpa.VNFType - org.onap.policy.rest.jpa.VSCLAction + org.onap.policy.rest.jpa.VmType + org.onap.policy.rest.jpa.VnfType + org.onap.policy.rest.jpa.VsclAction org.onap.policy.rest.jpa.Zone org.onap.policy.jpa.BackUpMonitorEntity -- cgit 1.2.3-korg