On Sun, 14 Mar 2021 22:48:18 GMT, Sergey Bylokhov <[email protected]> wrote:
>> Сергей Цыпанов has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Use InputStream.readNBytes() and fix JLinkNegativeTest
>
> src/java.desktop/share/classes/sun/awt/image/ByteArrayImageSource.java line
> 54:
>
>> 52:
>> 53: protected ImageDecoder getDecoder() {
>> 54: InputStream is = new ByteArrayInputStream(imagedata,
>> imageoffset, imagelength);
>
> This file use 80 chars per line code style.
Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2992