From 35af51f9683f5ef8cec66baca7b89aa1e1cbc44e Mon Sep 17 00:00:00 2001
From: coulbeck <coulbeck@localhost>
Date: Fri, 11 May 2007 23:27:30 +0000
Subject: [PATCH] Issue 1532: Remove ConfigEntry from Backend API. (DS-1532)
---
opends/src/server/org/opends/server/messages/ToolMessages.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/messages/ToolMessages.java b/opends/src/server/org/opends/server/messages/ToolMessages.java
index e43ace7..eaf42e8 100644
--- a/opends/src/server/org/opends/server/messages/ToolMessages.java
+++ b/opends/src/server/org/opends/server/messages/ToolMessages.java
@@ -1827,7 +1827,7 @@
/**
* The message ID for the message that will be used if the backend selected
* for an LDIF import does not support that operation. This takes a single
- * argument, which is the requested base DN.
+ * argument, which is the requested backend ID.
*/
public static final int MSGID_LDIFIMPORT_CANNOT_IMPORT =
CATEGORY_MASK_TOOLS | SEVERITY_MASK_SEVERE_ERROR | 214;
--
Gitblit v1.10.0