pivotal-jbarrett commented on a change in pull request #6721:
URL: https://github.com/apache/geode/pull/6721#discussion_r678697629



##########
File path: 
geode-core/src/main/java/org/apache/geode/security/SecurityManager.java
##########
@@ -74,8 +74,11 @@ default void init(Properties securityProps) {}
    * @param principal The principal that's requesting the permission
    * @param permission The permission requested
    * @return true if authorized, false if not
+   *
+   * @throw AuthenticationExpiredException

Review comment:
       The tag is `@throws`. Explain when the exception is thrown as part of 
the detail.
   
   ```
   @throws AuthenticationExpiredException if the principal has expired.
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to