You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by GitBox <gi...@apache.org> on 2019/12/05 22:43:12 UTC

[GitHub] [shiro] bdemers commented on a change in pull request #185: Add support for JSR-250 annotations DenyAll, PermitAll, RolesAllowed

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:
users@infra.apache.org


With regards,
Apache Git Services