Code Review Request 8150966 Typo in javax.net.ssl.SSLEngineResult.HandshakeStatus.NEED_UNWRAP_AGAIN
Xuelei Fan
xuelei.fan at oracle.com
Wed Jun 15 02:58:31 UTC 2016
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