From e09805c46fdae2654b3564a240097e60e4f9f5f2 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Thu, 05 Dec 2013 10:29:22 +0000
Subject: [PATCH] OpenDJ 3 : config framework

---
 opendj-admin/src/main/resources/com/forgerock/opendj/ldap/protocol.properties |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/opendj-admin/src/main/resources/com/forgerock/opendj/ldap/protocol.properties b/opendj-admin/src/main/resources/com/forgerock/opendj/ldap/protocol.properties
index 36c6e0b..b571b70 100644
--- a/opendj-admin/src/main/resources/com/forgerock/opendj/ldap/protocol.properties
+++ b/opendj-admin/src/main/resources/com/forgerock/opendj/ldap/protocol.properties
@@ -29,13 +29,10 @@
 #
 # Keys must be formatted as follows:
 #
-# [SEVERITY]_[DESCRIPTION]_[ORDINAL]
+# [DESCRIPTION]_[ORDINAL]
 #
 # where:
 #
-# SEVERITY is one of:
-# [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE]
-#
 # DESCRIPTION is an upper case string providing a hint as to the context of
 # the message in upper case with the underscore ('_') character serving as
 # word separator

--
Gitblit v1.10.0