On Thu, 10 Mar 2022 06:52:14 GMT, John Jiang <jji...@openjdk.org> wrote:

> In class sun.security.ssl.ProtocolVersion, the exception message for 
> unsupported protocol needs a space.
> 
> ProtocolVersion pv = ProtocolVersion.nameOf(pn);
> if (pv == null) {
>     throw new IllegalArgumentException(
>            "Unsupported protocol" + pn);
> }

Marked as reviewed by xuelei (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/7769

Reply via email to