From c4e6e8613d82e068cec3b8965dd8c9af982d3940 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Tue, 16 Jan 2024 20:18:00 +0100 Subject: [PATCH] GH-451 - Polishing. --- .../modulith/events/core/DefaultEventPublicationRegistry.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-modulith-events/spring-modulith-events-core/src/main/java/org/springframework/modulith/events/core/DefaultEventPublicationRegistry.java b/spring-modulith-events/spring-modulith-events-core/src/main/java/org/springframework/modulith/events/core/DefaultEventPublicationRegistry.java index 436d8799..86dd3868 100644 --- a/spring-modulith-events/spring-modulith-events-core/src/main/java/org/springframework/modulith/events/core/DefaultEventPublicationRegistry.java +++ b/spring-modulith-events/spring-modulith-events-core/src/main/java/org/springframework/modulith/events/core/DefaultEventPublicationRegistry.java @@ -31,8 +31,8 @@ import org.springframework.transaction.annotation.Transactional; import org.springframework.util.Assert; /** - * A registry to capture event publications to {@link ApplicationListener}s. Allows to register those publications, mark - * them as completed and lookup incomplete publications. + * A registry to capture event publications to {@link org.springframework.context.ApplicationListener}s. Allows to + * register those publications, mark them as completed and lookup incomplete publications. * * @author Oliver Drotbohm * @author Björn Kieling