DATACMNS-1000 - Fixed typo in code docs about domain events.
This commit is contained in:
@@ -747,7 +747,7 @@ Spring Data provides an annotation `@DomainEvents` you can use on a method of yo
|
||||
====
|
||||
[source, java]
|
||||
----
|
||||
class AnAggreagteRoot {
|
||||
class AnAggregateRoot {
|
||||
|
||||
@DomainEvents <1>
|
||||
Collection<Object> domainEvents() {
|
||||
|
||||
Reference in New Issue
Block a user