On Thu, 2 Feb 2023 23:46:27 GMT, Kevin Rushforth <[email protected]> wrote:
>> Alexander Zuev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Removed debug output.
>
> modules/javafx.controls/src/main/java/javafx/scene/chart/XYChart.java line
> 1271:
>
>> 1269:
>> 1270: Series<X, Y> getSeries() {
>> 1271: return seriesProperty.get();
>
> This method is unused, so should probably be removed.
Done.
-------------
PR: https://git.openjdk.org/jfx/pull/1016