RFR: JDK-8302281 - ImageIO objects should implement AutoClosable [v2]
Markus KARG
duke at openjdk.org
Sun Feb 12 09:41:47 UTC 2023
On Sun, 12 Feb 2023 01:28:40 GMT, Glavo <duke at 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
More information about the client-libs-dev
mailing list