Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ats.impl/src/org/eclipse/osee/ats/impl/internal/AtsServerImpl.java')
-rw-r--r--plugins/org.eclipse.osee.ats.impl/src/org/eclipse/osee/ats/impl/internal/AtsServerImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ats.impl/src/org/eclipse/osee/ats/impl/internal/AtsServerImpl.java b/plugins/org.eclipse.osee.ats.impl/src/org/eclipse/osee/ats/impl/internal/AtsServerImpl.java
index 42ecb05f7f9..40ea26c53f5 100644
--- a/plugins/org.eclipse.osee.ats.impl/src/org/eclipse/osee/ats/impl/internal/AtsServerImpl.java
+++ b/plugins/org.eclipse.osee.ats.impl/src/org/eclipse/osee/ats/impl/internal/AtsServerImpl.java
@@ -343,7 +343,7 @@ public class AtsServerImpl implements IAtsServer {
public void sendNotifications(AtsNotificationCollector notifications) {
if (notificationEventProcessor == null) {
workItemNotificationProcessor =
- new WorkItemNotificationProcessor(this, orcsApi, workItemFactory, userService, attributeResolverService);
+ new WorkItemNotificationProcessor(this, workItemFactory, userService, attributeResolverService);
notificationEventProcessor =
new AtsNotificationEventProcessor(workItemNotificationProcessor, userService,
getConfigValue("NoReplyEmail"));

Back to the top