Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ats.impl/OSGI-INF/ats.no.op.notifier.service.xml')
-rw-r--r--plugins/org.eclipse.osee.ats.impl/OSGI-INF/ats.no.op.notifier.service.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ats.impl/OSGI-INF/ats.no.op.notifier.service.xml b/plugins/org.eclipse.osee.ats.impl/OSGI-INF/ats.no.op.notifier.service.xml
index 18b0ec1ee67..af0eecd9329 100644
--- a/plugins/org.eclipse.osee.ats.impl/OSGI-INF/ats.no.op.notifier.service.xml
+++ b/plugins/org.eclipse.osee.ats.impl/OSGI-INF/ats.no.op.notifier.service.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0">
- <implementation class="org.eclipse.osee.ats.impl.internal.notify.AtsNoOpNotifierServiceImpl"/>
+ <implementation class="org.eclipse.osee.ats.impl.internal.notify.NoOpAtsNotifierServiceImpl"/>
<service>
<provide interface="org.eclipse.osee.ats.impl.internal.notify.IAtsNotifierServer"/>
</service>

Back to the top