Specialize TransactionContextWrapper
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / TransactionContext.java
index cafc2a82eabcf01b18bd5bc1074fa2e412facf7c..c96233ccebbff6f04f4b59b18e771ea75aabac43 100644 (file)
@@ -36,7 +36,7 @@ interface TransactionContext {
     Future<Object> directCommit(Boolean havePermit);
 
     /**
-     * Invoked by {@link TransactionContextWrapper} when it has finished handing
+     * Invoked by {@link AbstractTransactionContextWrapper} when it has finished handing
      * off operations to this context. From this point on, the context is responsible
      * for throttling operations.
      *