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

abobrov
09.58.2007 37057adc0f58b9d747ba3834180ce06d582e3f14
opends/src/server/org/opends/server/messages/JebMessages.java
@@ -1157,13 +1157,6 @@
  public static final int MSGID_JEB_UNABLE_SET_PERMISSIONS =
      CATEGORY_MASK_JEB | SEVERITY_MASK_SEVERE_WARNING | 146;
  /**
   * The message ID to use when we have failed to checksum db environment.
   * This takes one argument which is the backend ID.
   */
  public static final int MSGID_JEB_BACKEND_CHECKSUM_FAIL =
      CATEGORY_MASK_JEB | SEVERITY_MASK_SEVERE_WARNING | 147;
  /**
   * Associates a set of generic messages with the message IDs defined in this
@@ -1474,9 +1467,6 @@
    registerMessage(MSGID_JEB_REBUILD_BACKEND_ONLINE,
                    "Rebuilding system index(es) must be done with the " +
                    "backend containing the base DN disabled");
    registerMessage(MSGID_JEB_BACKEND_CHECKSUM_FAIL,
                    "Failed to checksum the database environment for " +
                    "backend %s");
    registerMessage(MSGID_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY,
                    "Unable to examine the entry with ID %s for sorting " +
                    "purposes:  %s");