RFR: JMC-7258: Use the public XLST classes for the release notes [v2]

Marcus Hirt hirt at openjdk.java.net
Thu May 27 20:52:12 UTC 2021


On Thu, 27 May 2021 20:29:37 GMT, Patrick Reinhart <reinhapa at openjdk.org> wrote:

>> releng/tools/org.openjdk.jmc.util.releasenotes/src/org/openjdk/jmc/utils/releasenotes/Transform.java line 64:
>> 
>>> 62: 		Path outputFile = null;
>>> 63: 		Path sylesheetFile = null;
>>> 64: 		for (; !deque.isEmpty();) {
>> 
>> Personally, I kinda prefer while(!deque.isEmpty()) - less semicolons - but that's just my personal preference.
>
> Changed for you only ��

Awwww. ��

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

PR: https://git.openjdk.java.net/jmc/pull/252


More information about the jmc-dev mailing list