On Fri, 24 Jan 2020 15:41:20 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> The pull request has been updated with 1 additional commit. > > modules/javafx.controls/src/main/java/javafx/scene/control/skin/TabPaneSkin.java > line 1994: > >> 1993: private ListChangeListener childListener = new >> ListChangeListener<Node>() { >> 1994: @Override >> 1995: public void onChanged(Change<? extends Node> change) { > > Please revert. Reverted the Overrides-Annotations inserted by eclipse. ------------- PR: https://git.openjdk.java.net/jfx/pull/89