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: us...@infra.apache.org With regards, Apache Git Services