summaryrefslogtreecommitdiffstats
path: root/infra/notification
diff options
context:
space:
mode:
Diffstat (limited to 'infra/notification')
-rw-r--r--infra/notification/impl/src/main/java/io/fd/honeycomb/notification/impl/NotificationProducerTracker.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/notification/impl/src/main/java/io/fd/honeycomb/notification/impl/NotificationProducerTracker.java b/infra/notification/impl/src/main/java/io/fd/honeycomb/notification/impl/NotificationProducerTracker.java
index 01c9750ef..a8f592b07 100644
--- a/infra/notification/impl/src/main/java/io/fd/honeycomb/notification/impl/NotificationProducerTracker.java
+++ b/infra/notification/impl/src/main/java/io/fd/honeycomb/notification/impl/NotificationProducerTracker.java
@@ -34,7 +34,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
- * Starts & stops notification producer dependencies on demand.
+ * Starts & stops notification producer dependencies on demand.
* Uses {@link DOMNotificationSubscriptionListenerRegistry} to receive subscription change notifications.
*/
@ThreadSafe