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

gbellato
04.36.2007 86b33497f6d01df4b1185341d9c468d05a5970ca
opendj-sdk/opends/src/server/org/opends/server/messages/ReplicationMessages.java
@@ -395,6 +395,11 @@
  public static final int MSGID_DUPLICATE_REPLICATION_SERVER_ID =
    CATEGORY_MASK_SYNC | SEVERITY_MASK_SEVERE_ERROR | 55;
  /**
   * Some bad historical information was found in an entry.
   */
  public static final int MSGID_BAD_HISTORICAL =
    CATEGORY_MASK_SYNC | SEVERITY_MASK_SEVERE_ERROR | 56;
  /**
@@ -542,5 +547,8 @@
        "Received a Null Msg from %s");
    registerMessage(MSGID_READER_EXCEPTION,
        "Exception when reading messages from %s");
    registerMessage(MSGID_BAD_HISTORICAL,
        "Entry %s was containing some unknown historical information,"
        + " This may cause some inconsistency for this entry");
  }
}