RFR: 8326096: Deprecate getTotalIn, getTotalOut methods of java.util.zip.Inflater, java.util.zip.Deflater [v2]
Eirik Bjørsnøs
eirbjo at openjdk.org
Tue Feb 20 10:12:09 UTC 2024
On Tue, 20 Feb 2024 07:12:41 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
>> Eirik Bjørsnøs has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix {@link #getBytesRead}
>
> src/java.base/share/classes/java/util/zip/Inflater.java line 651:
>
>> 649: * the 32 highest order bits
>> 650: */
>> 651: @Deprecated
>
> Hello Eirik, the `Deprecated` annotation allows for a `since` property. I think we should use it here `@Deprecated(since=23)`.
Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17919#discussion_r1495557824
More information about the core-libs-dev
mailing list