Code Review Request 8150966 Typo in javax.net.ssl.SSLEngineResult.HandshakeStatus.NEED_UNWRAP_AGAIN

Wang Weijun weijun.wang at oracle.com
Wed Jun 15 03:03:13 UTC 2016


Looks fine.

Thanks
Max

> On Jun 15, 2016, at 10:58 AM, Xuelei Fan <xuelei.fan at oracle.com> wrote:
> 
> Hi,
> 
> Please review this spec typo fix.  There is an additional word 'can' in
> the spec "The {@code SSLEngine} needs to unwrap before handshaking can
> can continue."
> 
> Here is the update of
> jdk/src/java.base/share/classes/javax/net/ssl/SSLEngineResult.java:
> 
>        /**
>         * The {@code SSLEngine} needs to unwrap before handshaking can
> -        * can continue.
> +        * continue.
>         * <P>
>         * This value is used to indicate that not-yet-interpreted data
>         * has been previously received from the remote side, and does
>         * not need to be received again.
>         * <P>
>         * This handshake status only applies to DTLS.
>         *
>         * @since   9
>         */
>        NEED_UNWRAP_AGAIN;
> 
> Thanks,
> Xuelei




More information about the security-dev mailing list