On Tue, 24 Aug 2021 16:06:40 GMT, Alexander Scherbatiy <[email protected]> wrote:
>> src/java.desktop/unix/classes/sun/print/CUPSPrinter.java line 489:
>>
>>> 487: return domainSocketPathname;
>>> 488: }
>>> 489:
>>
>> You will need to suppress deprecation warnings here.
>
> Should I add `@SuppressWarnings("deprecation")` to the
> getDomainSocketPathname() method?
@SuppressWarnings("removal") is added for the isSandboxedApp() method.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4861
