Apply copilot's fixes

This commit is contained in:
Owen Mansel-Chan
2026-02-12 13:48:22 +00:00
parent 178fbf9600
commit 53b8f2abb1
2 changed files with 20 additions and 23 deletions

View File

@@ -115,8 +115,8 @@ predicate jdkPackage(Package p) {
|
pkgName =
[
"com.sun", "sun", "java", javaxOrJakarta() + "", "com.oracle.net", "genstubs", "jdk",
"build.tools", "org.omg.CORBA", "org.ietf.jgss"
"com.sun", "sun", "java", "javax", "com.oracle.net", "genstubs", "jdk", "build.tools",
"org.omg.CORBA", "org.ietf.jgss"
]
)
}