Skip to content

Commit

Permalink
Remove SecurityConstants.GET_CLASSLOADER_PERMISSION
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseiEfimov committed Nov 28, 2024
1 parent 3c8687c commit d40273b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ private SecurityConstants () {
public static final RuntimePermission GET_PD_PERMISSION =
new RuntimePermission("getProtectionDomain");

// java.lang.Class, java.lang.ClassLoader, java.lang.Thread
public static final RuntimePermission GET_CLASSLOADER_PERMISSION =
new RuntimePermission("getClassLoader");

// java.lang.Thread
public static final RuntimePermission GET_STACK_TRACE_PERMISSION =
new RuntimePermission("getStackTrace");
Expand Down

0 comments on commit d40273b

Please sign in to comment.