Merge "Kill Dynamic Actors when we're done with them"
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / TransactionChainProxy.java
index 837ffc1b51dd8c5b2a80a3cf2f71a1076406648d..91e903f9e8993bfb68b83e0d28514124b163b258 100644 (file)
@@ -44,6 +44,7 @@ public class TransactionChainProxy implements DOMStoreTransactionChain{
 
     @Override
     public void close() {
+        // FIXME : The problem here is don't know which shard the transaction chain is to be created on ???
         throw new UnsupportedOperationException("close - not sure what to do here?");
     }
 }