On Wed, 18 Oct 2023 14:55:13 GMT, Roger Riggs <[email protected]> wrote:
>> Mahendra Chhipa has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Corrected use of whitespace in text block.
>
> test/jdk/javax/xml/jaxp/datatype/8033980/GregorianCalAndDurSerDataUtil.java
> line 127:
>
>> 125: HexFormat hex = HexFormat.of().withPrefix(" (byte)
>> 0x").withSuffix(",");
>> 126: for (int i = 0; i < bytes.length; i += linelen) {
>> 127: sb.append("\n");
>
> Add some indentation before each line so the resulting code is properly
> indented.
Added the indentation, reverted back to the use of Formatter class instead of
HexFormat class.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13537#discussion_r1365396006