mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
05.21.2007 7bb686213e9d8d009f4cf7f2f4ec74275787c4d7
Fix an incorrect use of "{@inheritDoc}" in the LocalBackendWorkflowElement
class that was generating a javadoc error.
1 files modified
17 ■■■■■ changed files
opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendWorkflowElement.java 17 ●●●●● patch | view | raw | blame | history
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