Skip to content

Commit

Permalink
Fix not exist class in java doc
Browse files Browse the repository at this point in the history
Closes gh-14954
  • Loading branch information
kse-music authored and jzheaux committed Apr 25, 2024
1 parent 7ddc005 commit 2a6f0ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private PostAuthorize findPostAuthorizeAnnotation(Method method, Class<?> target

/**
* Uses the provided {@link ApplicationContext} to resolve the
* {@link MethodAuthorizationDeniedPostProcessor} from {@link PostAuthorize}
* {@link MethodAuthorizationDeniedHandler} from {@link PostAuthorize}
* @param context the {@link ApplicationContext} to use
*/
void setApplicationContext(ApplicationContext context) {
Expand Down

0 comments on commit 2a6f0ca

Please sign in to comment.