On Tue, 7 Nov 2023 01:43:21 GMT, Lance Andersen <lan...@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