kusalk commented on code in PR #766: URL: https://github.com/apache/struts/pull/766#discussion_r1358120890
########## core/src/main/java/com/opensymphony/xwork2/ognl/OgnlDefaultCache.java: ########## @@ -30,10 +30,10 @@ public class OgnlDefaultCache<Key, Value> implements OgnlCache<Key, Value> { private final ConcurrentHashMap<Key, Value> ognlCache; - private final AtomicInteger cacheEvictionLimit = new AtomicInteger(25000); + private final AtomicInteger cacheEvictionLimit = new AtomicInteger(); Review Comment: These init values are inconsequential as far as I can tell as they are immediately overridden by the constructor -- 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: issues-unsubscr...@struts.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org