Skip to content

Commit 75bdf04

Browse files
andygarfieldschauder
authored andcommitted
DATAJDBC-555 - Polishing.
Fixes a typo. Original pull request #228.
1 parent 080d3af commit 75bdf04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/jdbc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ The following table describes the available events:
881881
| After an aggregate root gets saved (that is, inserted or updated).
882882

883883
| {javadoc-base}org/springframework/data/relational/core/mapping/event/AfterLoadEvent.html[`AfterLoadEvent`]
884-
| After an aggregate root gets created from a database `ResultSet` and all its property get set.
884+
| After an aggregate root gets created from a database `ResultSet` and all its properties get set.
885885
|===
886886

887887
WARNING: Lifecycle events depend on an `ApplicationEventMulticaster`, which in case of the `SimpleApplicationEventMulticaster` can be configured with a `TaskExecutor`, and therefore gives no guarantees when an Event is processed.

0 commit comments

Comments
 (0)