From ac1efc47fda406988f0705a7e615d972d11cdf11 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Fri, 04 Jan 2008 12:38:05 +0000
Subject: [PATCH] Issue 2650: import-ldif command should give information about JRE version and settings
---
opends/src/messages/src/org/opends/messages/Category.java | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/opends/src/messages/src/org/opends/messages/Category.java b/opends/src/messages/src/org/opends/messages/Category.java
index b2d33c2..456c52e 100644
--- a/opends/src/messages/src/org/opends/messages/Category.java
+++ b/opends/src/messages/src/org/opends/messages/Category.java
@@ -22,7 +22,7 @@
* CDDL HEADER END
*
*
- * Portions Copyright 2007 Sun Microsystems, Inc.
+ * Portions Copyright 2007-2008 Sun Microsystems, Inc.
*/
package org.opends.messages;
@@ -151,6 +151,12 @@
DSCONFIG(0x01200000),
/**
+ * The category used for messages associated with the runtime information.
+ */
+
+ RUNTIME_INFORMATION(0x01300000),
+
+ /**
* The category that will be used for messages associated with
* third-party (including user-defined) modules.
*/
--
Gitblit v1.10.0