Skip to content

Commit 36ea1b1

Browse files
committed
Fix Compilation Error
Issue gh-16697
1 parent e793a96 commit 36ea1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/org/springframework/security/authorization/method/ExpressionUtilsTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public AuthorizationDecision returnDecision() {
6464
}
6565

6666
public Object throwException() {
67-
throw new AuthorizationDeniedException("denied");
67+
throw new AuthorizationDeniedException("denied", new AuthorizationDecision(false));
6868
}
6969

7070
public boolean returnResult() {

0 commit comments

Comments
 (0)