Skip to content

Commit

Permalink
Fix documentation of BeforeConvertCallback.
Browse files Browse the repository at this point in the history
Closes #1673
  • Loading branch information
schauder committed Nov 21, 2023
1 parent e2a7508 commit 8327810
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/**
* An {@link EntityCallback} that gets invoked before the aggregate is converted into a database change. The decision if
* the change will be an insert or update is made after this callback gets called.
* the change will be an insert or update is made before this callback gets called.
* <p>
* This is the correct callback if you want to create Id values for new aggregates.
* <p>
Expand Down

0 comments on commit 8327810

Please sign in to comment.