Cache MapJoiner
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / TransactionOperation.java
index dc965edec76ecf7127d95088c73c7fc695fb6747..3defd2cc50a98a1299ed79de1d2af9f8a7ccb5c7 100644 (file)
@@ -15,7 +15,7 @@ abstract class TransactionOperation {
     /**
      * Execute the delayed operation.
      *
-     * @param transactionContext
+     * @param transactionContext the TransactionContext
      */
     protected abstract void invoke(TransactionContext transactionContext);
 }