On Tue, 27 Feb 2024 20:01:30 GMT, Eirik Bjørsnøs <eir...@openjdk.org> wrote:

> After some offline discussion about the redundant text, we decided to keep to 
> the new method description text, but reduce the `@deprecated` note to simply 
> refer to the replacement method:
> 
> ```
> /**
>  * Returns the total number of compressed bytes input so far.
>  * <p>
>  * This method returns the equivalent of {@code (int) getBytesRead()}
>  * and therefore cannot return the correct value when it is greater
>  * than {@link Integer#MAX_VALUE}.
>  *
>  * @deprecated Use {@link #getBytesRead()} instead
>  *
>  * @return the total number of compressed bytes input so far
>  */
> ```
> 
> Barring any objections, I'll to go ahead with the update of the rest of the 
> methods and update the CSR draft tomorrow.

Yes please move forward and thank you

-------------

PR Comment: https://git.openjdk.org/jdk/pull/17919#issuecomment-1967517931

Reply via email to