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

Matthew Swift
23.13.2011 3c776d2736d5406718fe310745796c78c8d28547
opendj-sdk/opendj3/opendj-sdk/src/main/java/com/forgerock/opendj/util/StringPrepProfile.java
@@ -35,7 +35,7 @@
import java.util.HashMap;
import java.util.HashSet;
import org.opends.sdk.ByteSequence;
import org.forgerock.opendj.ldap.ByteSequence;
@@ -470,7 +470,7 @@
   *          The buffer to which the prepared form of the string should be
   *          appended.
   * @param sequence
   *          The {@link org.opends.sdk.ByteSequence} that needs preparation.
   *          The {@link org.forgerock.opendj.ldap.ByteSequence} that needs preparation.
   * @param trim
   *          Indicates whether leading and trailing spaces should be omitted
   *          from the string representation.