On Tue, 20 Feb 2024 07:12:41 GMT, Jaikiran Pai <j...@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