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

Fabio Pistolesi
24.41.2015 8ed24d57f423f11acc2a5c0ccdea5d3e685d8189
opendj-server-legacy/src/main/java/org/opends/server/backends/task/TaskBackend.java
@@ -231,7 +231,7 @@
  /** {@inheritDoc} */
  @Override
  public void initializeBackend()
  public void openBackend()
         throws ConfigException, InitializationException
  {
    // Create the scheduler and initialize it from the backing file.
@@ -262,9 +262,8 @@
  /** {@inheritDoc} */
  @Override
  public void finalizeBackend()
  public void closeBackend()
  {
    super.finalizeBackend();
    currentConfig.removeTaskChangeListener(this);
    try