From 233789fb5002f7b2a5c97353e294d03af337f866 Mon Sep 17 00:00:00 2001
From: Fabio Pistolesi <fabio.pistolesi@forgerock.com>
Date: Wed, 15 Jun 2016 09:45:51 +0000
Subject: [PATCH] Fix message numbers already used elsewhere

---
 opendj-server-legacy/src/messages/org/opends/messages/core.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/core.properties b/opendj-server-legacy/src/messages/org/opends/messages/core.properties
index 9d127f7..ee4a3e0 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/core.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/core.properties
@@ -1325,6 +1325,6 @@
  Write operations to the backend, replication updates included, will fail until the free space rises above the threshold
 NOTE_DISK_SPACE_RESTORED_751=The free space (%d bytes) on the disk containing directory %s is now above the \
  threshold
-ERR_CANNOT_HASH_DATA_752=Cannot properly use SHA-1 using the java provider. Verify java.security is properly configured
-ERR_MISSING_ADMIN_BACKENDS_753=Cannot complete initialization of server's backends because the root and \
+ERR_CANNOT_HASH_DATA_754=Cannot properly use SHA-1 using the java provider. Verify java.security is properly configured
+ERR_MISSING_ADMIN_BACKENDS_755=Cannot complete initialization of server's backends because the root and \
  administrative backends have not been initialized yet.

--
Gitblit v1.10.0