Fix Compilation Error
Issue gh-16697
This commit is contained in:
@@ -64,7 +64,7 @@ public class ExpressionUtilsTests {
|
||||
}
|
||||
|
||||
public Object throwException() {
|
||||
throw new AuthorizationDeniedException("denied");
|
||||
throw new AuthorizationDeniedException("denied", new AuthorizationDecision(false));
|
||||
}
|
||||
|
||||
public boolean returnResult() {
|
||||
|
||||
Reference in New Issue
Block a user