Skip to content

Commit 7ca64de

Browse files
committed
GH-329 - Polish Javadoc.
1 parent 2241ae1 commit 7ca64de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spring-modulith-events/spring-modulith-events-core/src/main/java/org/springframework/modulith/events/support/PersistentApplicationEventMulticaster.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
import org.springframework.util.Assert;
4848

4949
/**
50-
* An {@link ApplicationEventMulticaster} to register {@link EventPublication}s in an {@link EventPublicationRegistry}
51-
* so that potentially failing transactional event listeners can get re-invoked upon application restart or via a
52-
* schedule.
50+
* An {@link org.springframework.context.event.ApplicationEventMulticaster} to register {@link EventPublication}s in an
51+
* {@link EventPublicationRegistry} so that potentially failing transactional event listeners can get re-invoked upon
52+
* application restart or via a schedule.
5353
* <p>
5454
* Republication is handled in {@link #afterSingletonsInstantiated()} inspecting the {@link EventPublicationRegistry}
5555
* for incomplete publications and
@@ -249,7 +249,7 @@ private static String getConfirmationMessage(Collection<?> publications) {
249249
* implement {@link TransactionalApplicationListener}.
250250
*
251251
* @author Oliver Drotbohm
252-
* @see TransactionalEventListener
252+
* @see org.springframework.transaction.event.TransactionalEventListener
253253
* @see TransactionalApplicationListener
254254
*/
255255
static class TransactionalEventListeners {

0 commit comments

Comments
 (0)