On Thu, 15 Sep 2022 11:24:03 GMT, Kevin Rushforth <[email protected]> wrote:
>> Jens Lidestrom has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Use code formatting for 'runnable'
>
> 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?
-------------
PR: https://git.openjdk.org/jfx/pull/872