RFR: 8316497 : ColorConvertOp - typo for non-ICC conversions needs one-line fix [v4]

Sergey Bylokhov serb at openjdk.org
Tue Jan 2 00:36:49 UTC 2024


On Fri, 22 Dec 2023 04:03:14 GMT, Renjith Kannath Pariyangad <rkannathpari at openjdk.org> wrote:

>> Hi Reviewers, 
>> There was a typo for color conversion instead of dstColorSpace function srcColorSpace was used. Please review and let me know your suggestions if any. 
>> 
>> Renjith.
>
> Renjith Kannath Pariyangad has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Removed space

test/jdk/java/awt/color/NonICCFilterTest.java line 106:

> 104:         ccop.filter(src, dest);
> 105: 
> 106:         try {

This try block seems unnecessary.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16895#discussion_r1439107074


More information about the client-libs-dev mailing list