bdemers commented on a change in pull request #185: Add support for JSR-250
annotations DenyAll, PermitAll, RolesAllowed
URL: https://github.com/apache/shiro/pull/185#discussion_r354585782
##########
File path:
core/src/main/java/org/apache/shiro/authz/aop/AnnotationsAuthorizingMethodInterceptor.java
##########
@@ -52,12 +53,16 @@
* support role and permission annotations.
*/
public AnnotationsAuthorizingMethodInterceptor() {
- methodInterceptors = new
ArrayList<AuthorizingAnnotationMethodInterceptor>(5);
+ methodInterceptors = new ArrayList<>(8);
Review comment:
6 -> 8
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services