-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug
Milestone
Description
Travis Schneeberger opened SPR-8632 and commented
The documentation @
http://static.springsource.org/spring/docs/3.1.0.M2/spring-framework-reference/html/cache.html
has a minor typo
<bean id="cacheManager" class="org.springframework.cache.ehcache.EhcacheCacheManager" p:cache-manager="ehcache"/>
should be:
<bean id="cacheManager" class="org.springframework.cache.ehcache.EhCacheCacheManager" p:cache-manager="ehcache"/>
notice the capital 'C' in the class name.
Affects: 3.1 M2
Issue Links:
- Use lowercase 'c' in 'Ehcache' consistently [SPR-8635] #13277 Use lowercase 'c' in 'Ehcache' consistently
Referenced from: commits bd7fd57
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug