Pārlūkot izejas kodu

Update Javadoc for getAuthorizationDecision method

Added missing description for `@return` tag.
YangSiJun528 1 gadu atpakaļ
vecāks
revīzija
3f6b6aa523

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