From a8b4738ccb535f4c62530bfb3caf543a5b48e357 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Wed, 09 Nov 2011 11:59:59 +0000
Subject: [PATCH] Fix for OPENDJ-222 : More fixes, rebranded all temp files, some resources, fixed more messages...

---
 opends/src/server/org/opends/server/backends/task/TaskBackend.java |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/opends/src/server/org/opends/server/backends/task/TaskBackend.java b/opends/src/server/org/opends/server/backends/task/TaskBackend.java
index 8b6bfbf..e182567 100644
--- a/opends/src/server/org/opends/server/backends/task/TaskBackend.java
+++ b/opends/src/server/org/opends/server/backends/task/TaskBackend.java
@@ -23,6 +23,7 @@
  *
  *
  *      Copyright 2006-2009 Sun Microsystems, Inc.
+ *      Portions Copyright 2011 ForgeRock AS
  */
 package org.opends.server.backends.task;
 
@@ -267,12 +268,12 @@
     {
       try
       {
-        notificationSenderAddress = "opends-task-notification@" +
+        notificationSenderAddress = "opendj-task-notification@" +
              InetAddress.getLocalHost().getCanonicalHostName();
       }
       catch (Exception e)
       {
-        notificationSenderAddress = "opends-task-notification@opends.org";
+        notificationSenderAddress = "opendj-task-notification@opendj.org";
       }
     }
 
@@ -2231,12 +2232,12 @@
     {
       try
       {
-        tmpNotificationAddress = "opends-task-notification@" +
+        tmpNotificationAddress = "opendj-task-notification@" +
              InetAddress.getLocalHost().getCanonicalHostName();
       }
       catch (Exception e)
       {
-        tmpNotificationAddress = "opends-task-notification@opends.org";
+        tmpNotificationAddress = "opendj-task-notification@opendj.org";
       }
     }
     notificationSenderAddress = tmpNotificationAddress;

--
Gitblit v1.10.0