RFR: 8375351: Remove usage of AppContext from print implementation [v4]

Phil Race prr at openjdk.org
Thu Jan 22 17:45:27 UTC 2026


On Mon, 19 Jan 2026 08:42:34 GMT, Tejesh R <tr at openjdk.org> wrote:

>> src/java.desktop/share/classes/javax/print/PrintServiceLookup.java line 81:
>> 
>>> 79:      * @return the services
>>> 80:      */
>>> 81:     private static Services getServices() {
>> 
>> I guess making `Services` constructor as private is missing here ?
>
>> I guess making `Services` constructor as private is missing here ? As of now it's default in this case.

So same as it was before. Doesn't matter. The Services class isn't public.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/29237#discussion_r2709875403


More information about the client-libs-dev mailing list