소스 검색

Update Javadoc for getAuthorizationDecision method

Added missing description for `@return` tag.
YangSiJun528 1 년 전
부모
커밋
3f6b6aa523
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/src/main/java/org/springframework/security/authorization/event/AuthorizationEvent.java

+ 1 - 1
core/src/main/java/org/springframework/security/authorization/event/AuthorizationEvent.java

@@ -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;