Skip to content

Commit 8327810

Browse files
committed
Fix documentation of BeforeConvertCallback.
Closes #1673
1 parent e2a7508 commit 8327810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-relational/src/main/java/org/springframework/data/relational/core/mapping/event/BeforeConvertCallback.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

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

0 commit comments

Comments
 (0)