On Thu, 11 Jun 2020 00:32:34 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Florian Kirmaier has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8247163: >> Added space based on code review > > modules/javafx.swing/src/main/java/javafx/embed/swing/JFXPanel.java line 452: > >> 451: // which doesn't have any side-effects when called >> multiple times. >> 452: if(stagePeer != null) { >> 453: int focusCause = >> AbstractEvents.FOCUSEVENT_ACTIVATED; > > Minor: space after the `if` I've added the space. ------------- PR: https://git.openjdk.java.net/jfx/pull/248