Fix upcoming checkstyle issues 60/114660/1
authorPamela Dragosh <pdragosh@research.att.com>
Fri, 6 Nov 2020 13:17:54 +0000 (08:17 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Fri, 6 Nov 2020 13:18:00 +0000 (08:18 -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: I7c04f58c683d6eb0322232790e0561b464c1696a
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
main/src/main/java/org/onap/policy/pap/main/rest/PolicyComponentsHealthCheckProvider.java

index 3ce8aa6..461fbd0 100644 (file)
@@ -81,9 +81,9 @@ public class PolicyComponentsHealthCheckProvider {
     /**
      * This method is used to initialize clients and executor.
      * @param papParameterGroup
-     * @{link PapParameterGroup} contains the Pap Parameters set during startup
+     *     @{link PapParameterGroup} contains the Pap Parameters set during startup
      * @param clientFactory
-     * @{link HttpClientFactory} contains the client details
+     *     @{link HttpClientFactory} contains the client details
      */
     public static void initializeClientHealthCheckExecutorService(PapParameterGroup papParameterGroup,
         HttpClientFactory clientFactory) throws HttpClientConfigException {
@@ -239,4 +239,4 @@ public class PolicyComponentsHealthCheckProvider {
         clients.clear();
         clientHealthCheckExecutorService.shutdown();
     }
-}
\ No newline at end of file
+}