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

Fabio Pistolesi
24.41.2015 8ed24d57f423f11acc2a5c0ccdea5d3e685d8189
opendj-server-legacy/src/main/java/org/opends/server/backends/BackupBackend.java
@@ -173,7 +173,7 @@
  /** {@inheritDoc} */
  @Override
  public void initializeBackend()
  public void openBackend()
         throws ConfigException, InitializationException
  {
    // Create the set of base DNs that we will handle.  In this case, it's just
@@ -255,9 +255,8 @@
  /** {@inheritDoc} */
  @Override
  public void finalizeBackend()
  public void closeBackend()
  {
    super.finalizeBackend();
    currentConfig.removeBackupChangeListener(this);
    try