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/PasswordExpiringControl.java
@@ -56,9 +56,7 @@
  private static final class Decoder
      implements ControlDecoder<PasswordExpiringControl>
  {
    /**
     * {@inheritDoc}
     */
    /** {@inheritDoc} */
    public PasswordExpiringControl decode(boolean isCritical, ByteString value)
        throws DirectoryException
    {
@@ -105,7 +103,7 @@
  // The length of time in seconds until the password actually expires.
  /** The length of time in seconds until the password actually expires. */
  private int secondsUntilExpiration;