RFR: JDK-8297332: Remove easy warnings in base

John Hendrikx jhendrikx at openjdk.org
Mon Nov 21 20:01:05 UTC 2022


On Mon, 21 Nov 2022 19:26:48 GMT, Kevin Rushforth <kcr at 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


More information about the openjfx-dev mailing list