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.