Skip to content

Commit

Permalink
Improved: removes now useless BeanShell reference
Browse files Browse the repository at this point in the history
  • Loading branch information
JacquesLeRoux committed Jan 4, 2025
1 parent 57bf0ce commit 0380cf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5068,7 +5068,7 @@ public boolean shouldIgnore(Map<String, Object> context) {

} catch (CompilationFailedException e) {
String errMsg =
"Error evaluating BeanShell ignore-when condition [" + ignoreWhen + "] on the field " + this.name + " of form "
"Error evaluating ignore-when condition [" + ignoreWhen + "] on the field " + this.name + " of form "
+ this.modelForm.getName() + ": " + e.toString();
Debug.logError(e, errMsg, MODULE);
throw new IllegalArgumentException(errMsg);
Expand Down

0 comments on commit 0380cf1

Please sign in to comment.