Skip to content

Commit

Permalink
Simpler fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Oct 17, 2023
1 parent 2d1afa5 commit 7449027
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ static JexlPermissions parse(final String... src) {
* <p>This enables any public class, method, constructor or field to be visible to JEXL and used in scripts.</p>
* @since 3.3
*/
JexlPermissions UNRESTRICTED = JexlPermissions.parse((String []) null);
JexlPermissions UNRESTRICTED = JexlPermissions.parse();
/**
* A restricted singleton.
* <p>The RESTRICTED set is built using the following allowed packages and denied packages/classes.</p>
Expand Down

0 comments on commit 7449027

Please sign in to comment.