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

Jean-Noel Rouvignac
26.06.2015 90ad56f8b049de96f33f71adf0b8927507458396
opendj-server-legacy/src/main/java/org/opends/server/api/Backend.java
@@ -119,7 +119,6 @@
   *
   * @param  cfg          The configuration of this backend.
   * @param  serverContext The server context for this instance
   *
   * @throws  ConfigException
   *                      If there is an error in the configuration.
   */
@@ -141,7 +140,6 @@
   *                              reasons that the provided
   *                              configuration is not acceptable.
   * @param serverContext         this Directory Server instance's server context
   *
   * @return  {@code true} if the provided configuration is acceptable
   *          for this backend, or {@code false} if not.
   */
@@ -673,6 +671,8 @@
   *
   * @param rebuildConfig
   *          The rebuild configuration.
   * @param serverContext
   *          The server context for this instance
   * @throws ConfigException
   *           If an unrecoverable problem arises during initialization.
   * @throws InitializationException