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

boli
08.19.2006 bd6628bda9f2f7979e60120b57579366bc56b0a7
opendj-sdk/opends/src/server/org/opends/server/messages/JebMessages.java
@@ -1249,6 +1249,13 @@
      CATEGORY_MASK_JEB | SEVERITY_MASK_SEVERE_WARNING | 128;
  /**
   * The message ID of an error indicating the entry count of a container can
   * not be determined.
   */
  public static final int MSGID_JEB_GET_ENTRY_COUNT_FAILED =
      CATEGORY_MASK_JEB | SEVERITY_MASK_SEVERE_WARNING | 129;
  /**
   * Associates a set of generic messages with the message IDs defined in this
   * class.
   */
@@ -1743,5 +1750,8 @@
    registerMessage(MSGID_JEB_SET_PERMISSIONS_FAILED,
                    "Unable to set file permissions for the backend database " +
                    "directory %s.");
    registerMessage(MSGID_JEB_GET_ENTRY_COUNT_FAILED,
                    "Unable to determine the total number of entries in the " +
                    "container: %s");
  }
}