On Sun, 12 Feb 2023 01:28:40 GMT, Glavo <d...@openjdk.org> wrote: >> Markus KARG has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Added @since > > src/java.desktop/share/classes/javax/imageio/ImageReader.java line 2883: > >> 2881: * @implNote The default implementation of this method invokes >> {@link #dispose()}. >> 2882: */ >> 2883: public void close() { > > (Not a reviewer) I think we need to add the `@since` tag to javadoc.
Good catch! I added `@since` in https://github.com/openjdk/jdk/pull/12098/commits/7991ea30f18a7e98f4f37cae40c8f86dba6ea7c9. ------------- PR: https://git.openjdk.org/jdk/pull/12098