On Mon, 19 Jan 2026 08:42:34 GMT, Tejesh R <[email protected]> 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
