RFR: 8298382: JavaFX ChartArea Accessibility Reader [v2]

Alexander Zuev kizune at openjdk.org
Fri Feb 3 08:08:40 UTC 2023


On Thu, 2 Feb 2023 23:46:27 GMT, Kevin Rushforth <kcr at openjdk.org> 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


More information about the openjfx-dev mailing list