On Fri, 11 Aug 2023 21:22:02 GMT, Daniel Jeliński <[email protected]> wrote:
>> test/jdk/sun/security/ssl/SSLEngineImpl/SSLEngineDecodeBadPoint.java line 40:
>>
>>> 38: public class SSLEngineDecodeBadPoint {
>>> 39: static final byte[] clientHello = HexFormat.of().parseHex(
>>> 40: "160303013a0100013603031570" +
>>
>> This may be the github display but this line is indented differently than
>> the others.
>
> Thanks for pointing it out, fixed. Apparently my IntelliJ prefers this style
> of formatting multiline strings. I wonder if that's configurable.
I believe so, but I still have to do some of the formatting by hand.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15148#discussion_r1339385828