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

abobrov
26.10.2007 5c270973c01ffbdcd9f884deacafeb11d1edf200
opends/src/server/org/opends/server/extensions/SoftReferenceEntryCache.java
@@ -470,8 +470,6 @@
      SoftReferenceEntryCacheCfg configuration,
      List<Message> unacceptableReasons)
  {
    // Make sure that we can process the defined character sets.  If so, then
    // we'll accept the new configuration.
    boolean applyChanges = false;
    EntryCacheCommon.ConfigErrorHandler errorHandler =
      EntryCacheCommon.getConfigErrorHandler (
@@ -493,9 +491,7 @@
      SoftReferenceEntryCacheCfg configuration
      )
  {
    // Make sure that we can process the defined character sets.  If so, then
    // activate the new configuration.
    boolean applyChanges = false;
    boolean applyChanges = true;
    ArrayList<Message> errorMessages = new ArrayList<Message>();
    EntryCacheCommon.ConfigErrorHandler errorHandler =
      EntryCacheCommon.getConfigErrorHandler (