On Wed, 20 Apr 2022 16:16:05 GMT, liach <d...@openjdk.java.net> wrote:

>> XenoAmess has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   remove useless skipBuffer
>
> src/java.base/share/classes/java/io/InputStream.java line 57:
> 
>> 55:     private static final int MAX_SKIP_BUFFER_SIZE = 2048;
>> 56: 
>> 57:     private static final int MIN_SKIP_BUFFER_SIZE = 128;
> 
> @jmehrens mentioned that this one can be removed as well since it's not used.

@jmehrens @liach you are correct. done.

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

PR: https://git.openjdk.java.net/jdk/pull/5872

Reply via email to