aboutsummaryrefslogtreecommitdiffstats
path: root/gui-pdp-monitoring/src
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-11-06 11:02:27 -0500
committerPamela Dragosh <pdragosh@research.att.com>2020-11-06 11:02:34 -0500
commite566597098724ee9d7c153f2fbbe0e77ae8f3123 (patch)
treea57bbb67082f3a14705ce20d2b004178ee867c5a /gui-pdp-monitoring/src
parent9db0b34b9aa491f6ab5fb9046fd59d9f85943249 (diff)
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 <pdragosh@research.att.com>
Diffstat (limited to 'gui-pdp-monitoring/src')
-rw-r--r--gui-pdp-monitoring/src/main/java/org/onap/policy/gui/pdp/monitoring/PdpMonitoringServer.java2
1 files changed, 1 insertions, 1 deletions
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) {