Browse Source

SPR-8334

+ commit missing configs
pull/7/head
Costin Leau 15 years ago
parent
commit
700a02b094
  1. 2
      org.springframework.context/src/test/resources/org/springframework/cache/config/annotationDrivenCacheConfig.xml

2
org.springframework.context/src/test/resources/org/springframework/cache/config/annotationDrivenCacheConfig.xml vendored

@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
</bean>
<bean id="cacheManager" class="org.springframework.cache.support.MapCacheManager">
<bean id="cacheManager" class="org.springframework.cache.support.SimpleCacheManager">
<property name="caches">
<set>
<bean class="org.springframework.cache.concurrent.ConcurrentCacheFactoryBean" p:name="default"/>

Loading…
Cancel
Save