Changes for checkstyle 8.32
[policy/apex-pdp.git] / core / core-deployment / src / main / java / org / onap / policy / apex / core / deployment / DeploymentClient.java
index 900e0a2..9033ff4 100644 (file)
@@ -150,8 +150,7 @@ public class DeploymentClient implements Runnable {
     private InetAddress getLocalAddress() {
         try {
             return MessagingUtils.getLocalHostLanAddress();
-        }
-        catch (UnknownHostException e) {
+        } catch (UnknownHostException e) {
             LOGGER.debug("engine<-->deployment client failed to find the localhost address - continuing ...", e);
             return null;
         }