mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-23 04:22:17 +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() {
|
public Object throwException() {
|
||||||
throw new AuthorizationDeniedException("denied");
|
throw new AuthorizationDeniedException("denied", new AuthorizationDecision(false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean returnResult() {
|
public boolean returnResult() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user