Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
huan233usc committed Feb 6, 2025
1 parent b787781 commit b09a550
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ public long getVersion() {
/**
* Operations for connector to trigger post-commit.
*
* <p>Usage: 1. Async: Call {@link PostCommitHook#threadSafeInvoke(Engine)} in separate thread. 2.
* Sync: Direct call {@link PostCommitHook#threadSafeInvoke(Engine)} and block until operation
* ends.
* <p>Usage:
* <li>Async: Call {@link PostCommitHook#threadSafeInvoke(Engine)} in separate thread.
* <li>Sync: Direct call {@link PostCommitHook#threadSafeInvoke(Engine)} and block until operation
* ends.
*
* @return list of post-commit operations
*/
Expand Down

0 comments on commit b09a550

Please sign in to comment.