On Mon, 21 Nov 2022 19:26:48 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> modules/javafx.base/src/shims/java/javafx/event/EventTypeShim.java line 30: >> >>> 28: import java.util.List; >>> 29: >>> 30: public class EventTypeShim<T extends Event> { >> >> this changes public API surface, does it not? > > This is in the test shims, so not public API. Shims are not public as far as I know. ------------- PR: https://git.openjdk.org/jfx/pull/957