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