Fix variable targetClassToUse not used
Closes gh-15567
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ final class PostAuthorizeExpressionAttributeRegistry extends AbstractExpressionA
|
||||
|
||||
private PostAuthorize findPostAuthorizeAnnotation(Method method, Class<?> targetClass) {
|
||||
Class<?> targetClassToUse = targetClass(method, targetClass);
|
||||
return this.postAuthorizeSynthesizer.synthesize(method, targetClass);
|
||||
return this.postAuthorizeSynthesizer.synthesize(method, targetClassToUse);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user