On Tue, 13 Aug 2024 12:05:18 GMT, John Hendrikx <jhendr...@openjdk.org> wrote:
>> modules/javafx.graphics/src/main/java/javafx/css/Match.java line 90: >> >>> 88: private final int specificity; >>> 89: >>> 90: @SuppressWarnings("removal") >> >> What is this removal warning suppression? I know it was there before these >> changes. > > `SimpleSelector` was deprecated for removal (from the public javafx.css > package). Now that it is moved to the internal package, the deprecation on > that was also removed. The `SuppressWarnings` is therefore no longer needed > here as the deprecation is no longer present on the now internal > `SimpleSelector` type. The diff seems to show I did not remove that line, but it should no longer be needed. I'll check. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1333#discussion_r1715180851