Fix license header violations in sal-netconf-connector
[controller.git] / opendaylight / md-sal / sal-netconf-connector / src / main / java / org / opendaylight / controller / sal / connect / netconf / util / NetconfRpcFutureCallback.java
index 83c8803ecd31acbf7ed3a3f37ab5644cf19abb52..2c01766763cde6da7e873d8017d3e672fafd4560 100644 (file)
@@ -3,14 +3,13 @@
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
- * and is available at http://www.eclipse.org/legal/epl-v10.html.
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 
 package org.opendaylight.controller.sal.connect.netconf.util;
 
 import com.google.common.util.concurrent.FutureCallback;
 import org.opendaylight.controller.md.sal.dom.api.DOMRpcResult;
-import org.opendaylight.controller.sal.connect.netconf.sal.tx.WriteRunningTx;
 import org.opendaylight.controller.sal.connect.util.RemoteDeviceId;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -19,7 +18,7 @@ import org.slf4j.LoggerFactory;
  * Simple Netconf rpc logging callback
  */
 public class NetconfRpcFutureCallback implements FutureCallback<DOMRpcResult> {
-    private static final Logger LOG  = LoggerFactory.getLogger(WriteRunningTx.class);
+    private static final Logger LOG  = LoggerFactory.getLogger(NetconfRpcFutureCallback.class);
 
     private final String type;
     private final RemoteDeviceId id;