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

gbellato
04.13.2007 63f1d8aa27cd58a798acc351e69fa36d9ef810b6
opends/src/server/org/opends/server/messages/ReplicationMessages.java
@@ -361,6 +361,13 @@
    CATEGORY_MASK_SYNC | SEVERITY_MASK_SEVERE_ERROR | 50;
  /**
   * The message ID for the message that will be used when
   * a replication server hostname cannot be resolved as an IP address.
   */
  public static final int  MSGID_COULD_NOT_SOLVE_HOSTNAME =
    CATEGORY_MASK_SYNC | SEVERITY_MASK_SEVERE_ERROR | 51;
  /**
   * Register the messages from this class in the core server.
   *
   */
@@ -495,5 +502,7 @@
        "Multiple domains match the base DN provided");
    registerMessage(MSGID_INVALID_PROVIDER,
        "The provider class does not allow the operation requested");
    registerMessage(MSGID_COULD_NOT_SOLVE_HOSTNAME,
        "The hostname %s could not be resolved as an IP address");
  }
}