Bump mdsal to 4.0.0
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / databroker / DOMBrokerReadWriteTransaction.java
index b160d5b0764865ae99401e8390ac4ec9b70a0b21..86b915bc9d06bee2d0cd67dc621aa62c0aafb1d7 100644 (file)
@@ -5,7 +5,6 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.controller.cluster.databroker;
 
 import com.google.common.util.concurrent.FluentFuture;
@@ -48,9 +47,4 @@ public class DOMBrokerReadWriteTransaction extends AbstractDOMBrokerWriteTransac
     protected DOMStoreReadWriteTransaction createTransaction(LogicalDatastoreType key) {
         return getTxFactory(key).newReadWriteTransaction();
     }
-
-    @Override
-    public void close() {
-        cancel();
-    }
 }