RFR: 8305814: Update Xalan Java to 2.7.3 [v2]

Joe Wang joehw at openjdk.org
Tue Nov 7 05:43:06 UTC 2023


On Tue, 7 Nov 2023 01:43:21 GMT, Lance Andersen <lancea at openjdk.org> wrote:

>> Joe Wang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   remove commented out block in ExsltDatetime
>
> src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/ExsltDatetime.java line 104:
> 
>> 102:         buff.append(posneg).append(formatDigits(hrs)).append(':').append(formatDigits(min));
>> 103:       }
>> 104:       return buff.toString();*/
> 
> This commented out block is  difficult to see given Can we clean this up or better yet remove this code if not needed?

Thanks. Removed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16532#discussion_r1384406645


More information about the core-libs-dev mailing list