On Mon, 26 Jul 2021 19:05:51 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> This PR corrects/adds missing documentation for classes in javafx.css >> package. > > modules/javafx.graphics/src/main/java/javafx/css/converter/EffectConverter.java > line 83: > >> 81: /** >> 82: * Converter to convert DropShadow {@code Effect} >> 83: * @since 9 > > Good catch on the `@since 9` tag. I'm a little surprised it doesn't inherit > the `@since` from the enclosing class if not present in the nested class, but > I can see that it doesn't. So we'll to check the docs of all nested classes > to make sure that there aren't any missing. This can only be checked manually. I have checked and added the @since tag to these *Converter nested classes. ------------- PR: https://git.openjdk.java.net/jfx/pull/589