From e566597098724ee9d7c153f2fbbe0e77ae8f3123 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Fri, 6 Nov 2020 11:02:27 -0500 Subject: Fix upcoming checkstyle issues When we upgrade to oparent, these will fail as oparent upgrades to 8.37 of puppycrawl which fixes a few bugs that should have flagged these previously. Issue-ID: POLICY-2887 Change-Id: Iaf0cf4966efc8655a2ea78d9b607ab0df91dd56b Signed-off-by: Pamela Dragosh --- .../java/org/onap/policy/gui/pdp/monitoring/PdpMonitoringServer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui-pdp-monitoring/src') diff --git a/gui-pdp-monitoring/src/main/java/org/onap/policy/gui/pdp/monitoring/PdpMonitoringServer.java b/gui-pdp-monitoring/src/main/java/org/onap/policy/gui/pdp/monitoring/PdpMonitoringServer.java index 97d2deb..78e048d 100644 --- a/gui-pdp-monitoring/src/main/java/org/onap/policy/gui/pdp/monitoring/PdpMonitoringServer.java +++ b/gui-pdp-monitoring/src/main/java/org/onap/policy/gui/pdp/monitoring/PdpMonitoringServer.java @@ -1,6 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2020 Nordix Foundation. + * Modifications Copyright (C) 2020 AT&T * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -55,7 +56,6 @@ public class PdpMonitoringServer { * Starts the HTTP server for the Pdp statistics monitoring GUI. * * @param parameters The Pdp parameters to use to start the server. - * @return */ public PdpMonitoringServer(@NonNull final PdpMonitoringServerParameters parameters) { -- cgit 1.2.3-korg