mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-22 12:02:14 +00:00
Fix Compilation Error
Issue gh-16697
This commit is contained in:
parent
e793a962c5
commit
36ea1b11a7
@ -64,7 +64,7 @@ public class ExpressionUtilsTests {
|
||||
}
|
||||
|
||||
public Object throwException() {
|
||||
throw new AuthorizationDeniedException("denied");
|
||||
throw new AuthorizationDeniedException("denied", new AuthorizationDecision(false));
|
||||
}
|
||||
|
||||
public boolean returnResult() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user