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

neil_a_wilson
19.24.2007 de31d5ca2c5a6b08742750118a89b9877ee8d79b
opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -2093,10 +2093,7 @@
  private void initializeAlertHandlers()
          throws ConfigException, InitializationException
  {
    // FIXME -- Replace this with the real implementation.
    JMXAlertHandler alertHandler = new JMXAlertHandler();
    alertHandler.initializeAlertHandler(null);
    alertHandlers.add(alertHandler);
    new AlertHandlerConfigManager().initializeAlertHandlers();
  }