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

Valery Kharseko
11 hours ago 084d46dceda5b81998f27d70b54905e4dc612598
opendj-server-legacy/src/main/java/org/opends/server/extensions/EntryCacheCommon.java
@@ -60,7 +60,7 @@
   * The error handler simplifies the code of initializeEntryCache(),
   * isConfigurationChangeAcceptable() and applyConfigurationChanges() methods.
   */
  public class ConfigErrorHandler
  public static class ConfigErrorHandler
  {
    /** Configuration phase. */
    private EntryCacheCommon.ConfigPhase _configPhase;
@@ -324,8 +324,7 @@
      List<LocalizableMessage> errorMessages
      )
  {
    EntryCacheCommon ec = new EntryCacheCommon();
    return ec.new ConfigErrorHandler(
    return new ConfigErrorHandler(
        configPhase, unacceptableReasons, errorMessages);
  }