On Thu, 15 Sep 2022 11:51:22 GMT, Jens Lidestrom <d...@openjdk.org> wrote:
>> modules/javafx.graphics/src/main/java/javafx/application/Platform.java line >> 157: >> >>> 155: * Memory consistency effects: Actions in a thread prior to >>> submitting a >>> 156: * runnable to this method <i>happen-before</i> actions performed >>> by >>> 157: * the runnable in the JavaFX Application Thread. >> >> I think it would be helpful to use code style for runnable on these two >> lines (since it refers to the `runnable` argument), like this: `{@code >> runnable}` > > Fixed. Whose responsibility is it to press the "Resolve conversation" button? You can. ------------- PR: https://git.openjdk.org/jfx/pull/872