diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-11-06 08:17:54 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-11-06 08:18:00 -0500 |
commit | c65d484ec4618550675f76235003d5660202886f (patch) | |
tree | c619a1090ba7a1dbdf0e7fb4d6c5e00baefa5df6 | |
parent | 60eceb773f3f5246c073ddc383ee7bb13dd176d7 (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: I7c04f58c683d6eb0322232790e0561b464c1696a
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | main/src/main/java/org/onap/policy/pap/main/rest/PolicyComponentsHealthCheckProvider.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/src/main/java/org/onap/policy/pap/main/rest/PolicyComponentsHealthCheckProvider.java b/main/src/main/java/org/onap/policy/pap/main/rest/PolicyComponentsHealthCheckProvider.java index 3ce8aa64..461fbd01 100644 --- a/main/src/main/java/org/onap/policy/pap/main/rest/PolicyComponentsHealthCheckProvider.java +++ b/main/src/main/java/org/onap/policy/pap/main/rest/PolicyComponentsHealthCheckProvider.java @@ -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 +} |