From 8cf662164d769f7b838b30c0ff13a3d59672b149 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 19 Oct 2011 10:26:58 +0000
Subject: [PATCH] Fix OPENDJ-324: Remove NDB backend implementation
---
opends/src/messages/src/org/opends/messages/Category.java | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/opends/src/messages/src/org/opends/messages/Category.java b/opends/src/messages/src/org/opends/messages/Category.java
index f1fe723..5d2cbda 100644
--- a/opends/src/messages/src/org/opends/messages/Category.java
+++ b/opends/src/messages/src/org/opends/messages/Category.java
@@ -23,6 +23,7 @@
*
*
* Copyright 2007-2009 Sun Microsystems, Inc.
+ * Portions copyright 2011 ForgeRock AS.
*/
package org.opends.messages;
@@ -162,11 +163,6 @@
SERVICETAG(0x01400000),
/**
- * The category used for messages associated with the NDB backend.
- */
- NDB(0x01500000),
-
- /**
* The category that will be used for messages associated with
* third-party (including user-defined) modules.
*/
--
Gitblit v1.10.0