Skip to content

Commit

Permalink
Update Javadoc for getAuthorizationDecision method
Browse files Browse the repository at this point in the history
Added missing description for `@return` tag.
  • Loading branch information
YangSiJun528 authored and marcusdacoregio committed Nov 21, 2023
1 parent 9749c23 commit 3f6b6aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public Object getObject() {

/**
* Get the response to the principal's request
* @return
* @return the response to the principal's request
*/
public AuthorizationDecision getAuthorizationDecision() {
return this.decision;
Expand Down

0 comments on commit 3f6b6aa

Please sign in to comment.