You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/04/16 14:51:13 UTC

[GitHub] [ignite] NSAmelchev commented on a change in pull request #7662: IGNITE-12888: apply checkstyle constant naming rule

NSAmelchev commented on a change in pull request #7662: IGNITE-12888: apply checkstyle constant naming rule
URL: https://github.com/apache/ignite/pull/7662#discussion_r409608904
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/internal/util/GridAnnotationsCache.java
 ##########
 @@ -31,7 +31,7 @@
 public final class GridAnnotationsCache {
     /** Annotation cache. */
     private static final ConcurrentMap<Class<?>,
-        ConcurrentMap<Class<? extends Annotation>, GridTuple<Annotation>>> anns =
+        ConcurrentMap<Class<? extends Annotation>, GridTuple<Annotation>>> ANN_MAP =
 
 Review comment:
   Is a concurrent map have constant semantic?

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