Skip to content

Commit f09c499

Browse files
committed
GH-1068 - Polishing.
1 parent d5408d7 commit f09c499

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spring-modulith-observability/src/main/java/org/springframework/modulith/observability/support/CrossModuleEventCounterFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030

3131
/**
3232
* A factory to create {@link Builder} instances for {@link Counter}s eventually. Target for dependency injection via
33-
* the {@link ModulithEventMetricsCustomizer} interface to allow users to augment the counters with additional
34-
* information.
33+
* the {@link org.springframework.modulith.observability.ModulithEventMetricsCustomizer} interface to allow users to
34+
* augment the counters with additional information.
3535
*
3636
* @author Oliver Drotbohm
3737
* @author Marcin Grzejszczak

spring-modulith-observability/src/main/java/org/springframework/modulith/observability/support/ModuleEventListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class ModuleEventListener implements ApplicationListener<ApplicationEvent
4646
* @param runtime must not be {@literal null}.
4747
* @param observationRegistrySupplier must not be {@literal null}.
4848
* @param meterRegistrySupplier must not be {@literal null}.
49-
* @param configurer must not be {@literal null}.
49+
* @param counterFactory must not be {@literal null}.
5050
*/
5151
public ModuleEventListener(ApplicationModulesRuntime runtime,
5252
Supplier<ObservationRegistry> observationRegistrySupplier, Supplier<MeterRegistry> meterRegistrySupplier,

0 commit comments

Comments
 (0)