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>
     /**
      * 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 {
         clients.clear();
         clientHealthCheckExecutorService.shutdown();
     }
-}
\ No newline at end of file
+}