On Thu, 3 Aug 2023 15:18:51 GMT, John Hendrikx <jhendr...@openjdk.org> wrote:
>> modules/javafx.graphics/src/main/java/com/sun/javafx/css/BitSet.java line >> 263: >> >>> 261: >>> 262: >>> 263: /** {@inheritDoc} */ >> >> Isn't this still needed? > > There is an `@Override` annotation, javadoc will do the right thing. So it is only needed when we want to add something to the javadoc coming from the superclass? ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1076#discussion_r1283367177