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

Matthew Swift
27.31.2015 763a75aeed1a7731ddb95b99496aa7c1bf206ed0
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/BackendImpl.java
@@ -263,13 +263,6 @@
    logger.info(NOTE_BACKEND_OFFLINE, cfg.getBackendId());
  }
  /** {@inheritDoc} */
  @Override
  public boolean isLocal()
  {
    return true;
  }
  /** {@inheritDoc} */
@@ -949,7 +942,7 @@
   *
   * @return The RootContainer object currently used by this backend.
   */
  public RootContainer getRootContainer()
  public final RootContainer getRootContainer()
  {
    return rootContainer;
  }
@@ -966,7 +959,7 @@
   *                                   that is not related to the server
   *                                   configuration.
   */
  public RootContainer getReadOnlyRootContainer()
  private final RootContainer getReadOnlyRootContainer()
      throws ConfigException, InitializationException
  {
    return initializeRootContainer();