On Wed, 15 Nov 2023 18:52:17 GMT, brunesto <d...@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