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

Jean-Noel Rouvignac
24.11.2015 8d21db36015f8560d9cd2bcee9817f2c0a07a386
opendj-server-legacy/src/test/java/org/opends/server/extensions/TestAlertGenerator.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions Copyright 2014 ForgeRock AS
 *      Portions Copyright 2014-2015 ForgeRock AS
 */
package org.opends.server.extensions;
@@ -50,13 +50,13 @@
  // The DN of the "configuration entry" for this alert generator.
  /** The DN of the "configuration entry" for this alert generator. */
  private DN configEntryDN;
  // The alert description used for testing purposes.
  /** The alert description used for testing purposes. */
  private String alertDescription;
  // The alert type used for testing purposes.
  /** The alert type used for testing purposes. */
  private String alertType;
@@ -88,9 +88,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public DN getComponentEntryDN()
  {
    return configEntryDN;
@@ -98,9 +96,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public String getClassName()
  {
    return CLASS_NAME;
@@ -108,9 +104,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public LinkedHashMap<String,String> getAlerts()
  {
    LinkedHashMap<String,String> alerts = new LinkedHashMap<String,String>();