mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-16 15:23:31 +00:00
Update Javadoc for getAuthorizationDecision method
Added missing description for `@return` tag.
This commit is contained in:
parent
9749c23c74
commit
3f6b6aa523
@ -67,7 +67,7 @@ public class AuthorizationEvent extends ApplicationEvent {
|
||||
|
||||
/**
|
||||
* Get the response to the principal's request
|
||||
* @return
|
||||
* @return the response to the principal's request
|
||||
*/
|
||||
public AuthorizationDecision getAuthorizationDecision() {
|
||||
return this.decision;
|
||||
|
Loading…
x
Reference in New Issue
Block a user