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

Ludovic Poitou
02.45.2010 7bdcb41c0f62967ec42d552f6002577dfb7019ca
sdk/src/org/opends/sdk/requests/PlainSASLBindRequest.java
@@ -224,6 +224,6 @@
   * @throws NullPointerException
   *           If {@code password} was {@code null}.
   */
  PlainSASLBindRequest setPassword(String password)
  PlainSASLBindRequest setPassword(char[] password)
      throws UnsupportedOperationException, NullPointerException;
}