You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-modulith-events/spring-modulith-events-core/src/main/java/org/springframework/modulith/events/core/DefaultEventPublicationRegistry.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@
31
31
importorg.springframework.util.Assert;
32
32
33
33
/**
34
-
* A registry to capture event publications to {@link ApplicationListener}s. Allows to register those publications, mark
35
-
* them as completed and lookup incomplete publications.
34
+
* A registry to capture event publications to {@link org.springframework.context.ApplicationListener}s. Allows to
35
+
* register those publications, mark them as completed and lookup incomplete publications.
0 commit comments