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

Jean-Noël Rouvignac
05.59.2016 37eafc118d988c7635f02b3c9cb0187f3af7c60a
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/ControlPanelInfo.java
@@ -1087,13 +1087,10 @@
  }
  /**
   * Returns <CODE>true</CODE> if the configuration must be deregistered and
   * <CODE>false</CODE> otherwise.
   * This is required when we use the ConfigFileHandler to update the
   * configuration, in these cases cn=config must the deregistered from the
   * ConfigFileHandler and after that register again.
   * @return <CODE>true</CODE> if the configuration must be deregistered and
   * <CODE>false</CODE> otherwise.
   * Returns {@code true} if the configuration must be deregistered and {@code false} otherwise.
   * This is required when we update the configuration, in these cases {@code cn=config}
   * must the deregistered and after that register again.
   * @return {@code true} if the configuration must be deregistered and {@code false} otherwise.
   */
  public boolean mustDeregisterConfig()
  {