Update MRI projects for Aluminium
[netconf.git] / netconf / sal-netconf-connector / src / main / java / org / opendaylight / netconf / sal / connect / netconf / sal / NetconfDeviceRpc.java
index 19de2565df65ff525b9ec31882d376f4a0bac3b6..97f005fd25f37b6545bc5936ea335a1aa7eec858 100644 (file)
@@ -35,7 +35,6 @@ import org.opendaylight.yangtools.yang.model.api.SchemaPath;
  * Invokes RPC by sending netconf message via listener. Also transforms result from NetconfMessage to CompositeNode.
  */
 public final class NetconfDeviceRpc implements DOMRpcService {
-
     private final RemoteDeviceCommunicator<NetconfMessage> communicator;
     private final MessageTransformer<NetconfMessage> transformer;
     private final SchemaContext schemaContext;