Bug 8153: enforce check-style rules for netconf
[netconf.git] / netconf / tools / netconf-cli / src / main / java / org / opendaylight / netconf / cli / NetconfDeviceConnectionHandler.java
index c98c3368e72e94dec5fd5b82189822a0d1af1884..26eeb1b3d529eea6decb43087219b1105439f00c 100644 (file)
@@ -67,6 +67,8 @@ public class NetconfDeviceConnectionHandler implements RemoteDeviceHandler<Netco
     }
 
     /**
+     * Check if device is up.
+     *
      * @return true if connection was fully established
      */
     public synchronized boolean isUp() {
@@ -87,9 +89,7 @@ public class NetconfDeviceConnectionHandler implements RemoteDeviceHandler<Netco
     }
 
     @Override
-    public void onNotification(DOMNotification domNotification) {
-
-    }
+    public void onNotification(DOMNotification domNotification) {}
 
     @Override
     public void close() {