DATACMNS-1580 - Fix typo in Javadoc.

Original pull request: #329.
This commit is contained in:
Matthias Merdes
2018-12-19 17:04:30 +01:00
committed by Mark Paluch
parent 78dcab59c7
commit 9647e72c27

View File

@@ -25,7 +25,7 @@ import org.springframework.util.Assert;
/**
* Convenience base class for aggregate roots that exposes a {@link #registerEvent(Object)} to capture domain events and
* expose them via {@link #domainEvents())}. The implementation is using the general event publication mechanism implied
* expose them via {@link #domainEvents()}. The implementation is using the general event publication mechanism implied
* by {@link DomainEvents} and {@link AfterDomainEventPublication}. If in doubt or need to customize anything here,
* rather build your own base class and use the annotations directly.
*