8009757: Package access clean up and refactoring

Reviewed-by: jlaskey, lagergren, attila
This commit is contained in:
Athijegannathan Sundararajan 2013-03-12 18:12:42 +05:30
parent 61cac54a92
commit bb6c34adc7
49 changed files with 409 additions and 142 deletions

View file

@ -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