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

Ludovic Poitou
02.45.2010 7bdcb41c0f62967ec42d552f6002577dfb7019ca
sdk/src/org/opends/sdk/requests/PlainSASLBindRequestImpl.java
@@ -242,7 +242,7 @@
  /**
   * {@inheritDoc}
   */
  public PlainSASLBindRequest setPassword(final String password)
  public PlainSASLBindRequest setPassword(final char[] password)
      throws NullPointerException
  {
    Validator.ensureNotNull(password);