On Mon, 13 Mar 2023 16:02:10 GMT, Weijun Wang <[email protected]> wrote:
>> Alexey Bakhtin has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Fix formatting
>
> src/java.base/share/classes/sun/net/www/protocol/http/NegotiateAuthentication.java
> line 254:
>
>> 252: try {
>> 253: negotiator.disposeContext();
>> 254: } catch(IOException ioEx) {
>
> Another whitespace is required after `catch`.
Thank you. Fixed
-------------
PR: https://git.openjdk.org/jdk/pull/12920