Request for review, typo in exception message
Bradford Wetmore
bradford.wetmore at oracle.com
Fri Jun 12 22:11:07 UTC 2020
Approved. :)
Or if you want, I could review this much more carefully...
Brad
On 6/12/2020 2:43 PM, Xuelei Fan wrote:
> Hi,
>
> May I have the following typo correction reviewed in test file?
>
> $ hg diff test/jdk/javax/net/ssl/SSLEngine/IllegalHandshakeMessage.java
> @@ -70,7 +70,7 @@
> cliToSrv.put(7, (byte)0x80); // use illegal message length
> } else {
> // unlikely
> - throw new Exception("No handshage message generated.");
> + throw new Exception("No handshake message generated.");
> }
>
>
> Thanks,
> Xuelei
More information about the security-dev
mailing list