[Rev 01] RFR: 8237372: NullPointerException in TabPaneSkin.stopDrag
Robert Lichtenberger
rlichten at openjdk.java.net
Mon Jan 27 06:41:27 UTC 2020
On Fri, 24 Jan 2020 15:41:20 GMT, Kevin Rushforth <kcr at 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
More information about the openjfx-dev
mailing list