From 7bb686213e9d8d009f4cf7f2f4ec74275787c4d7 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 05 Nov 2007 16:21:23 +0000
Subject: [PATCH] Fix an incorrect use of "{@inheritDoc}" in the LocalBackendWorkflowElement class that was generating a javadoc error.

---
 opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendWorkflowElement.java |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendWorkflowElement.java b/opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendWorkflowElement.java
index 5a4d1dc..3a2d43d 100644
--- a/opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendWorkflowElement.java
+++ b/opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendWorkflowElement.java
@@ -110,7 +110,22 @@
 
 
   /**
-   * {@inheritDoc}
+   * Initializes a new instance of the local backend workflow element.
+   * This method is intended to be called by DirectoryServer when
+   * workflow configuration mode is manual as opposed to
+   * initialize(String,Backend) which is invoked when workflow
+   * configuration mode is auto.
+   *
+   * @param  configuration  The configuration for this local backend
+   *                        workflow element.
+   *
+   * @throws  ConfigException  If there is a problem with the provided
+   *                           configuration.
+   *
+   * @throws  InitializationException  If an error occurs while trying
+   *                                   to initialize this workflow
+   *                                   element that is not related to
+   *                                   the provided configuration.
    */
   public void initializeWorkflowElement(
       LocalBackendWorkflowElementCfg configuration

--
Gitblit v1.10.0