mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
15.59.2012 bd3915753ad09d6ea29201466f068168b52607c3
Fix issue OPENDJ-423: Single AND component filter causes an uncatch exception in ECL (ECLSearchOperation.java:1467).
Also fix a few typos and comments
1 files modified
6 ■■■■ changed files
opends/src/server/org/opends/server/workflowelement/externalchangelog/ECLSearchOperation.java 6 ●●●● patch | view | raw | blame | history
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.