Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
more accurate message
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaudali committed Aug 18, 2022
1 parent 4d9585d commit f088069
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ public interface PreCommitCondition {
* the transaction has already failed or committed.
*
* If the cleanup is run, then the cleanup is guaranteed to run before any
* {@link Transaction#onSuccess(Runnable)} callbacks, <i>if {@link Transaction#commit()} was not called during a
* transaction task.
* </i>
* {@link Transaction#onSuccess(Runnable)} callbacks, <b>if {@link Transaction#commit()} was not called during a
* transaction task.</b>
*/
default void cleanup() {}
}

0 comments on commit f088069

Please sign in to comment.