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

Ludovic Poitou
02.45.2010 749d2b9974d93199ff99e74a95fff4e2a63d235e
opendj-sdk/sdk/src/org/opends/sdk/requests/UnmodifiableGSSAPISASLBindRequestImpl.java
@@ -150,7 +150,7 @@
  }
  @Override
  public GSSAPISASLBindRequest setPassword(String password)
  public GSSAPISASLBindRequest setPassword(char[] password)
      throws UnsupportedOperationException, NullPointerException {
    throw new UnsupportedOperationException();
  }