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