On Tue, 4 Feb 2025 18:30:34 GMT, Joe Wang <[email protected]> wrote:
> Fix an issue where the translet-name is incorrectly set when the package-name
> is also specified.
test/jaxp/javax/xml/jaxp/unittest/transform/PropertiesTest.java line 94:
> 92:
> 93: if (generateTranslet) {
> 94: //Files.list(Path.of(path)).forEach(System.out::println);
Left over from testing the test? I'd suggest to remove this commented out code.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23446#discussion_r1945187161