From 6715443566cdb9187fce8c824562d84104cb1e4a Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Thu, 16 Jul 2015 10:07:59 +0000
Subject: [PATCH] PluginConfigManager.java: Removed code duplication. Code cleanup.

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

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/plugin.properties b/opendj-server-legacy/src/messages/org/opends/messages/plugin.properties
index 569bb66..e2b326c 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/plugin.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/plugin.properties
@@ -20,7 +20,7 @@
 # CDDL HEADER END
 #
 #      Copyright 2006-2010 Sun Microsystems, Inc.
-#      Portions Copyright 2014 ForgeRock AS
+#      Portions Copyright 2014-2015 ForgeRock AS
 
 
 
@@ -112,7 +112,7 @@
  terminated
 ERR_PLUGIN_PRE_PARSE_PLUGIN_RETURNED_NULL_40=The pre-parse %s plugin \
  defined in configuration entry %s returned null when invoked for connection \
- %d operation %s. This is an illegal response, and processing on this \
+ %d operation %d. This is an illegal response, and processing on this \
  operation will be terminated
 ERR_PLUGIN_PRE_OPERATION_PLUGIN_EXCEPTION_41=The pre-operation %s \
  plugin defined in configuration entry %s threw an exception when it was \

--
Gitblit v1.10.0