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

neil_a_wilson
05.13.2007 9c7342f1aacd6104f02b696294ce479d9cbfad3d
opends/src/server/org/opends/server/tools/LDAPToolOptions.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2006 Sun Microsystems, Inc.
 *      Portions Copyright 2006-2007 Sun Microsystems, Inc.
 */
package org.opends.server.tools;
@@ -141,6 +141,16 @@
  }
  /**
   * Specifies the set of controls to apply to the operation.
   *
   * @param  controls  The set of controls to apply to the operation.
   */
  public void setControls(ArrayList<LDAPControl> controls)
  {
    this.controls = controls;
  }
  /**
   * Set the encoding.
   *
   * @param  encodingStr  The encoding to use for string values.