From a77494c98c7bd9807e4607ea521e22560481e942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=BE=D0=BB=D0=BF=D0=B0=D0=BA=D0=BE=D0=B2=20=D0=9C?= =?UTF-8?q?=D0=B0=D0=BA=D1=81=D0=B8=D0=BC?= <mkolpakov2002@yandex.ru> Date: Thu, 6 Feb 2025 13:05:31 +0300 Subject: [PATCH] docs(CompositeControlComponentSpec): improved comments --- .../space/kscience/controls/spec/CompositeControlComponents.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controls-core/src/commonMain/kotlin/space/kscience/controls/spec/CompositeControlComponents.kt b/controls-core/src/commonMain/kotlin/space/kscience/controls/spec/CompositeControlComponents.kt index de0268b..878053e 100644 --- a/controls-core/src/commonMain/kotlin/space/kscience/controls/spec/CompositeControlComponents.kt +++ b/controls-core/src/commonMain/kotlin/space/kscience/controls/spec/CompositeControlComponents.kt @@ -1017,7 +1017,7 @@ public abstract class AbstractDeviceHubManager( /** * Metric publisher for logging and monitoring. */ - public open val metricPublisher: MetricPublisher = DefaultMetricPublisher() + public open val metricPublisher: MetricPublisher = DefaultMetricPublisher(context.logger) /** * Transaction manager for wrapping critical operations.