aboutsummaryrefslogtreecommitdiff
path: root/src/jdk/nashorn/internal/runtime/NashornLoader.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/jdk/nashorn/internal/runtime/NashornLoader.java')
-rw-r--r--src/jdk/nashorn/internal/runtime/NashornLoader.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jdk/nashorn/internal/runtime/NashornLoader.java b/src/jdk/nashorn/internal/runtime/NashornLoader.java
index e7837013..423b87db 100644
--- a/src/jdk/nashorn/internal/runtime/NashornLoader.java
+++ b/src/jdk/nashorn/internal/runtime/NashornLoader.java
@@ -92,7 +92,7 @@ abstract class NashornLoader extends SecureClassLoader {
}
@Override
- protected PermissionCollection getPermissions(CodeSource codesource) {
+ protected PermissionCollection getPermissions(final CodeSource codesource) {
final Permissions permCollection = new Permissions();
for (final Permission perm : SCRIPT_PERMISSIONS) {
permCollection.add(perm);