Skip to content

Commit

Permalink
fix duplicate definition (#862)
Browse files Browse the repository at this point in the history
Co-authored-by: chencq <saobrokenlegs@gmail.com>
  • Loading branch information
sao-broken-legs and saobrokenlegs authored Mar 13, 2024
1 parent 6558de0 commit 9d4ea92
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public static BeanDependencyManager beanDependencyManager() {
@Bean(name = GLOBAL_CACHE_CONFIG_NAME)
public GlobalCacheConfig globalCacheConfig(AutoConfigureBeans autoConfigureBeans, JetCacheProperties props) {
GlobalCacheConfig _globalCacheConfig = new GlobalCacheConfig();
_globalCacheConfig = new GlobalCacheConfig();
_globalCacheConfig.setHiddenPackages(props.getHiddenPackages());
_globalCacheConfig.setStatIntervalMinutes(props.getStatIntervalMinutes());
_globalCacheConfig.setAreaInCacheName(props.isAreaInCacheName());
Expand Down

0 comments on commit 9d4ea92

Please sign in to comment.