Fix upcoming checkstyle issues 65/114665/1
authorPamela Dragosh <pdragosh@research.att.com>
Fri, 6 Nov 2020 16:02:27 +0000 (11:02 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Fri, 6 Nov 2020 16:02:34 +0000 (11:02 -0500)
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>
gui-pdp-monitoring/src/main/java/org/onap/policy/gui/pdp/monitoring/PdpMonitoringServer.java

index 97d2deb..78e048d 100644 (file)
@@ -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) {