On Fri, 14 Feb 2025 18:25:30 GMT, Lance Andersen <lan...@openjdk.org> wrote:
>> Joe Wang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> un-needed property removed > > test/jaxp/javax/xml/jaxp/unittest/transform/JDK8207760.java line 125: > >> 123: Transformer t = createTransformerFromInputstream( >> 124: new >> ByteArrayInputStream(xsl.getBytes(StandardCharsets.UTF_8))); >> 125: //t.setOutputProperty(OutputKeys.ENCODING, >> StandardCharsets.UTF_8.name()); > > This appears to be un-needed Thanks Lance. Removed the un-needed property setting. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23623#discussion_r1956605186