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

Nicolas Capponi
23.06.2016 614b8af248d4690345691a26884d9a93a735a518
opendj-server-legacy/src/main/java/org/opends/server/extensions/DefaultEntryCache.java
@@ -64,7 +64,8 @@
    // Register with backend initialization listener to clear cache
    // entries belonging to given backend that about to go offline.
    DirectoryServer.registerBackendInitializationListener(this);
    DirectoryServer.getInstance().getServerContext().getBackendConfigManager()
      .registerLocalBackendInitializationListener(this);
  }
  @Override