This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
commit be291064e9cc8eb85d543ef0adc72bbc75e46848 Author: Gary Gregory <[email protected]> AuthorDate: Tue Jul 9 19:35:58 2024 -0400 Remove redundant keywords --- .../org/apache/commons/jcs3/engine/control/CompositeCacheManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/CompositeCacheManager.java b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/CompositeCacheManager.java index cf34cf4d..7e2bbd64 100644 --- a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/CompositeCacheManager.java +++ b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/CompositeCacheManager.java @@ -527,7 +527,7 @@ public class CompositeCacheManager return (CompositeCache<K, V>) caches.computeIfAbsent(cattr.getCacheName(), cacheName -> { final CompositeCacheConfigurator configurator = newConfigurator(); - return configurator.parseRegion( this.getConfigurationProperties(), this, cacheName, + return configurator.parseRegion( getConfigurationProperties(), this, cacheName, this.defaultAuxValues, cattr ); }); }
