On Thu, 17 Nov 2022 16:13:44 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Andy Goryachev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8206430: review comments > > tests/system/src/test/java/test/util/Util.java line 313: > >> 311: * @param startupLatch - a latch used to communicate successful >> start of the application >> 312: * @param applicationClass - application to launch >> 313: * @param args - command line arguments > > Since we don't generate javadocs for our tests, this doesn't matter, but for > future refence, there should not be any punctuation (i.e., no `-`) after the > name of the parameter. Got it, thanks. ------------- PR: https://git.openjdk.org/jfx/pull/950