Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodolfo committed Jan 21, 2025
1 parent ce69ba8 commit 35e9f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/crablet/command/CrabletCommandApi.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ enum class LockingPolicy(
val lockId: Int,
) {
LATEST_SEQUENCE_ID(1),
CORRELATION_ID(2),
CORRELATION_ID(2), // only for single aggregate transactions
DOMAIN_IDS_HASH(3),
}

Expand Down

0 comments on commit 35e9f3b

Please sign in to comment.