From aa1cb4dcb8516f159c46b219d71875e90f67a73f Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Fri, 22 May 2015 16:40:11 +0000 Subject: [PATCH] OPENDJ-1939 - rename Persistit backend to PDB backend --- opendj-server-legacy/src/messages/org/opends/messages/backend.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/backend.properties b/opendj-server-legacy/src/messages/org/opends/messages/backend.properties index 54b1ecc..82db2cd 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/backend.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/backend.properties @@ -1074,7 +1074,7 @@ down the backend to retain the existing data ERR_DIRECTORY_INVALID_451=The backend database directory '%s' is not \ a valid directory -NOTE_PERSISTIT_MEMORY_CFG_452=The Persistit storage for backend '%s' initialized \ +NOTE_PDB_MEMORY_CFG_452=The PDB storage for backend '%s' initialized \ to use %d buffers of %d bytes (total %dkb) ERR_ADD_ENTRY_ALREADY_EXISTS_453=The entry '%s' cannot be added \ because an entry with that name already exists -- Gitblit v1.10.0