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

boli
15.54.2006 ef1631c00cf0376998a026f97ad5c141e4b1d03c
opendj-sdk/opends/src/server/org/opends/server/messages/JebMessages.java
@@ -1241,6 +1241,12 @@
  /**
   * The message ID of an error indicating that the file permissions for the
   * database directory was not set.
   */
  public static final int MSGID_JEB_SET_PERMISSIONS_FAILED =
      CATEGORY_MASK_JEB | SEVERITY_MASK_SEVERE_WARNING | 128;
  /**
   * Associates a set of generic messages with the message IDs defined in this
@@ -1734,5 +1740,8 @@
    registerMessage(MSGID_JEB_LOOKTHROUGH_LIMIT_EXCEEDED,
                    "This search operation has checked the maximum of %d " +
                    "entries for matches.");
    registerMessage(MSGID_JEB_SET_PERMISSIONS_FAILED,
                    "Unable to set file permissions for the backend database " +
                    "directory %s.");
  }
}