On Wed, 4 Nov 2020 15:55:46 GMT, Jose Pereda <[email protected]> wrote:
>> Johan Vos has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> process reviewer comments
>
> modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/EGLAcceleratedScreen.java
> line 64:
>
>> 62: }
>> 63:
>> 64: public void enableRendering(boolean flag) {
>
> Add `@Override` annotation
done
> modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/EGLAcceleratedScreen.java
> line 73:
>
>> 71: }
>> 72:
>> 73: public boolean swapBuffers() {
>
> Add @Override annotation
Indeed, I added it.
-------------
PR: https://git.openjdk.java.net/jfx/pull/343