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

Jean-Noel Rouvignac
24.49.2015 99aaa917a95d7ec19e14dad25f61f58ff84753b1
opendj-server-legacy/src/main/java/org/opends/server/controls/PasswordPolicyResponseControl.java
@@ -56,9 +56,7 @@
  private static final class Decoder
      implements ControlDecoder<PasswordPolicyResponseControl>
  {
    /**
     * {@inheritDoc}
     */
    /** {@inheritDoc} */
    public PasswordPolicyResponseControl decode(boolean isCritical,
                                                ByteString value)
        throws DirectoryException
@@ -163,13 +161,13 @@
  // The warning value for this password policy response control.
  /** The warning value for this password policy response control. */
  private int warningValue;
  // The error type for this password policy response control.
  /** The error type for this password policy response control. */
  private PasswordPolicyErrorType errorType;
  // The warning type for the password policy response control.
  /** The warning type for the password policy response control. */
  private PasswordPolicyWarningType warningType;