cziegeler commented on a change in pull request #55:
URL:
https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/55#discussion_r790573249
##########
File path:
src/main/java/org/apache/sling/resourceresolver/impl/mapping/MapEntries.java
##########
@@ -78,8 +78,6 @@
private static final int VANITY_BLOOM_FILTER_MAX_ENTRIES = 10000000;
- private final Logger logger = LoggerFactory.getLogger(MapEntries.class);
Review comment:
well, we used to have the convention to use a non static field named
"logger" - at least for the cases where only one or a few instances are
created. But I think we now have all variations across the code base.
--
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]