Skip to content

Commit

Permalink
Merge pull request #792 from Reabstraction/2004
Browse files Browse the repository at this point in the history
Removed entry from class filter
  • Loading branch information
LatvianModder authored Feb 19, 2024
2 parents 78ac287 + d55d4d1 commit 2314f30
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ public void registerClasses(ScriptType type, ClassFilter filter) {
filter.allow("java.lang.Comparable");
filter.allow("java.lang.CharSequence");
filter.allow("java.lang.Void");
filter.allow("java.lang.Class");
filter.allow("java.lang.Package");
filter.allow("java.lang.Appendable");
filter.allow("java.lang.AutoCloseable");
Expand Down

0 comments on commit 2314f30

Please sign in to comment.