Skip to content

Commit

Permalink
Add Deprecated annotation to WebSecurity#securityInterceptor
Browse files Browse the repository at this point in the history
Closes gh-11634
  • Loading branch information
marcusdacoregio committed Jul 27, 2022
1 parent 7a860e1 commit d66ad22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ public WebInvocationPrivilegeEvaluator getPrivilegeEvaluator() {
* @deprecated Use {@link #privilegeEvaluator(WebInvocationPrivilegeEvaluator)}
* instead
*/
@Deprecated
public WebSecurity securityInterceptor(FilterSecurityInterceptor securityInterceptor) {
this.filterSecurityInterceptor = securityInterceptor;
return this;
Expand Down

0 comments on commit d66ad22

Please sign in to comment.