summaryrefslogtreecommitdiffstats
path: root/infra/notification/api/src/main/yang
diff options
context:
space:
mode:
Diffstat (limited to 'infra/notification/api/src/main/yang')
-rw-r--r--infra/notification/api/src/main/yang/notification-api.yang4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/notification/api/src/main/yang/notification-api.yang b/infra/notification/api/src/main/yang/notification-api.yang
index 4e6eb98ae..f0331bc07 100644
--- a/infra/notification/api/src/main/yang/notification-api.yang
+++ b/infra/notification/api/src/main/yang/notification-api.yang
@@ -15,7 +15,7 @@ module notification-api {
identity honeycomb-notification-collector {
base "config:service-type";
- config:java-class io.fd.honeycomb.v3po.notification.NotificationCollector;
+ config:java-class io.fd.honeycomb.notification.NotificationCollector;
}
identity dom-notification-service {
@@ -25,7 +25,7 @@ module notification-api {
identity honeycomb-notification-producer {
base "config:service-type";
- config:java-class io.fd.honeycomb.v3po.notification.ManagedNotificationProducer;
+ config:java-class io.fd.honeycomb.notification.ManagedNotificationProducer;
}
}