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

Jean-Noel Rouvignac
17.26.2015 88f16d892d54fd8c3e190cc1f6363638b11ae1a3
opendj-server-legacy/src/main/java/org/opends/server/tools/LDAPSearchOptions.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions Copyright 2014 ForgeRock AS
 *      Portions Copyright 2014-2015 ForgeRock AS
 */
package org.opends.server.tools;
@@ -46,14 +46,13 @@
  private DereferenceAliasesPolicy dereferencePolicy =  NEVER;
  private SearchScope searchScope = WHOLE_SUBTREE;
  private int sizeLimit = 0;
  private int timeLimit = 0;
  private boolean typesOnly = false;
  private boolean countMatchingEntries = false;
  private int sizeLimit;
  private int timeLimit;
  private boolean typesOnly;
  private boolean countMatchingEntries;
  /**
   * Creates the options instance.
   *
   */
  public LDAPSearchOptions()
  {
@@ -63,9 +62,7 @@
   * Set the timeLimit for the operation.
   *
   * @param timeLimit    The time limit for the search.
   *
   */
  public void setTimeLimit(int timeLimit)
  {
    this.timeLimit = timeLimit;