Skip to content

Commit

Permalink
Removed entry from class filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Reabstraction committed Feb 19, 2024
1 parent 78ac287 commit d55d4d1
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 d55d4d1

Please sign in to comment.