Fix Compilation Error

Issue gh-16697
This commit is contained in:
Josh Cummings 2025-03-17 09:43:21 -06:00
parent e793a962c5
commit 36ea1b11a7
No known key found for this signature in database
GPG Key ID: 869B37A20E876129

View File

@ -64,7 +64,7 @@ public class ExpressionUtilsTests {
}
public Object throwException() {
throw new AuthorizationDeniedException("denied");
throw new AuthorizationDeniedException("denied", new AuthorizationDecision(false));
}
public boolean returnResult() {