From 32497610bd7bc721bb73f0d753fc1426bba677e2 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Sat, 10 Nov 2018 00:39:12 +0000 Subject: Clean up eclipse and document warnings Parent versions in some POMs only called on the test profile were incorrect Warnings in Eclipse on POM including from outside its project are fixed Some checkstyle fixes Some javadoc warnings fixed Issue-ID: POLICY-954 Change-Id: I640bc842dc79a9fa580015abb9a76c84a7845efe Signed-off-by: liamfallon --- .../java/org/onap/policy/apex/client/full/rest/ApexServicesRestMain.java | 1 + 1 file changed, 1 insertion(+) (limited to 'client/client-full/src') diff --git a/client/client-full/src/main/java/org/onap/policy/apex/client/full/rest/ApexServicesRestMain.java b/client/client-full/src/main/java/org/onap/policy/apex/client/full/rest/ApexServicesRestMain.java index 7b9f4187d..02670511c 100644 --- a/client/client-full/src/main/java/org/onap/policy/apex/client/full/rest/ApexServicesRestMain.java +++ b/client/client-full/src/main/java/org/onap/policy/apex/client/full/rest/ApexServicesRestMain.java @@ -199,6 +199,7 @@ public class ApexServicesRestMain { } } } + /** * Main method, main entry point for command. * -- cgit 1.2.3-korg