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

matthew_swift
23.26.2007 feb5d90ec016c99712f19c5485cf7633cd38f111
opends/src/server/org/opends/server/core/EntryCacheConfigManager.java
@@ -270,8 +270,7 @@
    Class cacheClass;
    try
    {
      // FIXME -- Should we use a custom class loader for this?
      cacheClass = Class.forName(className);
      cacheClass = DirectoryServer.loadClass(className);
    }
    catch (Exception e)
    {