[OpenJDK 2D-Dev] RFR: 8263984: Invalidate printServices when there are no printers [v2]
Jayathirth D V
jdv at openjdk.java.net
Thu Apr 1 13:32:24 UTC 2021
On Thu, 1 Apr 2021 13:28:48 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> When `getAllPrinterNames()` returns null, the list of `printServices` is assigned a new empty array without invalidating old services which were in the array before.
>>
>> The old print services should be invalidated.
>
> Alexey Ivanov has updated the pull request incrementally with one additional commit since the last revision:
>
> Revert indentation of if condition continuation line
Marked as reviewed by jdv (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/3151
More information about the 2d-dev
mailing list