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); > } This pull request has now been integrated. Changeset: 1f295239 Author: John Jiang <jji...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/1f295239b97cccfff24df259215d34c712065867 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod 8282932: a space is needed for the unsupported protocol exception message in ProtocolVersion Reviewed-by: xuelei, mullan ------------- PR: https://git.openjdk.java.net/jdk/pull/7769