Skip to content

Commit 2a6f0ca

Browse files
kse-musicjzheaux
authored andcommitted
Fix not exist class in java doc
Closes gh-14954
1 parent 7ddc005 commit 2a6f0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/springframework/security/authorization/method/PostAuthorizeExpressionAttributeRegistry.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ private PostAuthorize findPostAuthorizeAnnotation(Method method, Class<?> target
8181

8282
/**
8383
* Uses the provided {@link ApplicationContext} to resolve the
84-
* {@link MethodAuthorizationDeniedPostProcessor} from {@link PostAuthorize}
84+
* {@link MethodAuthorizationDeniedHandler} from {@link PostAuthorize}
8585
* @param context the {@link ApplicationContext} to use
8686
*/
8787
void setApplicationContext(ApplicationContext context) {

0 commit comments

Comments
 (0)