From 0e4bff3125ccb113a5ae96f20047c9bd78c5e88d Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Wed, 15 Feb 2012 21:59:43 +0000
Subject: [PATCH] Fix issue OPENDJ-423: Single AND component filter causes an uncatch exception in ECL (ECLSearchOperation.java:1467). Also fix a few typos and comments
---
opendj-sdk/opends/src/server/org/opends/server/workflowelement/externalchangelog/ECLSearchOperation.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/workflowelement/externalchangelog/ECLSearchOperation.java b/opendj-sdk/opends/src/server/org/opends/server/workflowelement/externalchangelog/ECLSearchOperation.java
index 28210f9..c634a62 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/workflowelement/externalchangelog/ECLSearchOperation.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/workflowelement/externalchangelog/ECLSearchOperation.java
@@ -208,7 +208,7 @@
* @param wfe
* The local backend work-flow element.
* @throws CanceledOperationException
- * if this operation should be cancelled
+ * if this operation should be canceled
*/
void processECLSearch(ECLWorkflowElement wfe)
throws CanceledOperationException
@@ -988,10 +988,10 @@
* @param changeNumber The provided replication changeNumber.
* @param clearLDIFchanges The provided LDIF changes for ADD and MODIFY
* @param targetUUID The provided targetUUID.
- * @param includedAttributes TODO:ECL Adress hist entry attributes
+ * @param includedAttributes The provided attributes to include
* @param draftChangenumber The provided draft change number (integer)
* @param changetype The provided change type (add, ...)
- * @param changeInitiatorsName The provided initiatiors name
+ * @param changeInitiatorsName The provided initiators name
* @return The created ECL entry.
* @throws DirectoryException
* When any error occurs.
--
Gitblit v1.10.0