RFR: 8303478: DatePicker throws uncatchable exception on tab out from garbled text [v6]
brunesto
duke at openjdk.org
Wed Nov 15 19:00:58 UTC 2023
On Wed, 15 Nov 2023 18:52:17 GMT, brunesto <duke at openjdk.org> wrote:
>> modules/javafx.controls/src/main/java/javafx/scene/control/DatePicker.java line 32:
>>
>>> 30: import java.time.LocalDate;
>>> 31: import java.time.DateTimeException;
>>> 32: import java.time.format.DateTimeParseException;
>>
>> is this import still needed?
>
> probably not :) I will remove it...
indeed it was not necessary, so it is removed
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1274#discussion_r1394649862
More information about the openjfx-dev
mailing list