8150966: Typo in javax.net.ssl.SSLEngineResult.HandshakeStatus.NEED_UNWRAP_AGAIN

Reviewed-by: weijun, jnimeh
This commit is contained in:
Xue-Lei Andrew Fan 2016-06-15 09:11:12 +00:00
parent ec44f8917b
commit 46261e5d4e

View File

@ -151,7 +151,7 @@ public class SSLEngineResult {
/** /**
* The {@code SSLEngine} needs to unwrap before handshaking can * The {@code SSLEngine} needs to unwrap before handshaking can
* can continue. * continue.
* <P> * <P>
* This value is used to indicate that not-yet-interpreted data * This value is used to indicate that not-yet-interpreted data
* has been previously received from the remote side, and does * has been previously received from the remote side, and does