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

Jean-Noel Rouvignac
24.49.2015 99aaa917a95d7ec19e14dad25f61f58ff84753b1
opendj-server-legacy/src/main/java/org/opends/server/extensions/DynamicGroupSearchThread.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 *      Portions Copyright 2014 ForgeRock AS
 *      Portions Copyright 2014-2015 ForgeRock AS
 */
package org.opends.server.extensions;
@@ -62,19 +62,19 @@
  private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
  // The set of base DNs for the search requests.
  /** The set of base DNs for the search requests. */
  private final DN[] baseDNs;
  // The member list with which this search thread is associated.
  /** The member list with which this search thread is associated. */
  private final DynamicGroupMemberList memberList;
  // A counter used to keep track of which search is currently in progress.
  /** A counter used to keep track of which search is currently in progress. */
  private int searchCounter;
  // The set of member URLs for determining whether entries match the criteria.
  /** The set of member URLs for determining whether entries match the criteria. */
  private final LDAPURL[][] memberURLs;
  // The set of search filters for the search requests.
  /** The set of search filters for the search requests. */
  private final SearchFilter[] searchFilters;
@@ -158,9 +158,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Override
  public void handleInternalSearchEntry(InternalSearchOperation searchOperation,
                                        SearchResultEntry searchEntry)
@@ -184,9 +182,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Override
  public void handleInternalSearchReference(
                   InternalSearchOperation searchOperation,