RFR: 8282932: a space is needed for the unsupported protocol exception message in ProtocolVersion [v2]

Sean Mullan mullan at openjdk.java.net
Thu Mar 10 17:47:44 UTC 2022


On Thu, 10 Mar 2022 14:38:27 GMT, John Jiang <jjiang at 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);
>> }
>
> John Jiang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   add colon

Marked as reviewed by mullan (Reviewer).

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

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



More information about the security-dev mailing list