From 9df1718ae22b50e1db4223828c55e8f50d1c6a9b Mon Sep 17 00:00:00 2001 From: HOCKLA Date: Tue, 14 Jan 2020 11:06:29 -0600 Subject: [PATCH] policy/pap jdk11 upgrades Issue-ID: POLICY-1593 Change-Id: I61be9364d09b520e30aeac6d825b6c84574790ac Signed-off-by: HOCKLA --- main/pom.xml | 4 ++-- .../PolicyComponentsHealthCheckControllerV1.java | 3 ++- .../onap/policy/pap/main/comm/CommonRequestBase.java | 6 +++--- .../policy/pap/main/comm/msgdata/UpdateReqTest.java | 20 ++++++++++---------- .../pap/main/notification/PolicyNotifierTest.java | 8 ++++---- .../org/onap/policy/pap/main/rest/ProviderSuper.java | 8 ++++---- .../pap/main/rest/TestPolicyStatusControllerV1.java | 6 +++--- pom.xml | 8 ++++---- 8 files changed, 32 insertions(+), 31 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index 0b50e842..651b18c4 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -1,7 +1,7 @@ onap-checkstyle/onap-java-style.xml - ${project.build.sourceDirectory} + ${project.build.sourceDirectory} true true true -- 2.16.6