From 2273c26793fe6e3abfd90a400823e8e46b3303bb Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Mon, 15 Dec 2008 16:07:29 +0000
Subject: [PATCH] - [Issue 274]  Recurring Tasks

---
 opends/src/server/org/opends/server/config/ConfigConstants.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opends/src/server/org/opends/server/config/ConfigConstants.java b/opends/src/server/org/opends/server/config/ConfigConstants.java
index 96b52ee..8190143 100644
--- a/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -2109,11 +2109,11 @@
 
 
   /**
-   * The name of the configuration attribute that holds the name of the class
-   * used to provide the implementation logic for a recurring task.
+   * The name of the configuration attribute that holds the
+   * schedule for a recurring task.
    */
-  public static final String ATTR_RECURRING_TASK_CLASS_NAME =
-       NAME_PREFIX_RECURRING_TASK + "class-name";
+  public static final String ATTR_RECURRING_TASK_SCHEDULE =
+       NAME_PREFIX_RECURRING_TASK + "schedule";
 
 
 

--
Gitblit v1.10.0