No effective change - add javadoc

This commit is contained in:
Rob Bygrave
2016-11-11 17:11:15 +13:00
parent 74626184b2
commit 5c142a61f6
@@ -235,6 +235,9 @@ public interface SpiTransaction extends Transaction {
*/
void flushBatchOnCascade();
/**
* If batch was on then effectively clear the batch such that we can handle exceptions and continue.
*/
void flushBatchOnRollback();
/**