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

Jean-Noel Rouvignac
24.49.2015 99aaa917a95d7ec19e14dad25f61f58ff84753b1
opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/BindResponseProtocolOp.java
@@ -52,19 +52,19 @@
{
  private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
  // The server SASL credentials for this response.
  /** The server SASL credentials for this response. */
  private ByteString serverSASLCredentials;
  // The matched DN for this response.
  /** The matched DN for this response. */
  private DN matchedDN;
  // The result code for this response.
  /** The result code for this response. */
  private int resultCode;
  // The set of referral URLs for this response.
  /** The set of referral URLs for this response. */
  private List<String> referralURLs;
  // The error message for this response.
  /** The error message for this response. */
  private LocalizableMessage errorMessage;