mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 08:34:30 +02:00
8009757: Package access clean up and refactoring
Reviewed-by: jlaskey, lagergren, attila
This commit is contained in:
parent
61cac54a92
commit
bb6c34adc7
49 changed files with 409 additions and 142 deletions
|
@ -27,7 +27,7 @@
|
|||
*/
|
||||
|
||||
function model(n) {
|
||||
return Java.type("jdk.nashorn.internal.test.models." + n)
|
||||
return Java.type("jdk.nashorn.test.models." + n)
|
||||
}
|
||||
|
||||
// Can't extend a final class
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue