From 5833fe40996c75adcf1e116104ffe6169c4866e6 Mon Sep 17 00:00:00 2001
From: rhaggard <rhaggard@localhost>
Date: Fri, 01 Feb 2008 18:37:01 +0000
Subject: [PATCH] Uncommitting last changes to configuration .xml files, second try
---
opends/src/admin/defn/org/opends/server/admin/std/WorkQueueConfiguration.xml | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/WorkQueueConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/WorkQueueConfiguration.xml
index 731383c..450e37c 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/WorkQueueConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/WorkQueueConfiguration.xml
@@ -33,14 +33,12 @@
<adm:synopsis>
The
<adm:user-friendly-name />
- provides the configuration for the server work queue and
is responsible for ensuring that requests received from clients are
processed in a timely manner.
- Only a single work queue can be defined in the server.
</adm:synopsis>
<adm:description>
Whenever a connection handler receives a client request, it should
- place the request in the work queue to be processed
+ be placed in the work queue so that it may be processed
appropriately.
</adm:description>
<adm:tag name="core" />
@@ -55,13 +53,10 @@
</adm:profile>
<adm:property name="java-class" mandatory="true">
<adm:synopsis>
- Specifies the fully-qualified name of the Java class that provides the
+ The fully-qualified name of the Java class that provides the
<adm:user-friendly-name />
implementation.
</adm:synopsis>
- <adm:requires-admin-action>
- <adm:server-restart />
- </adm:requires-admin-action>
<adm:syntax>
<adm:java-class>
<adm:instance-of>
--
Gitblit v1.10.0