Skip to content

Cache Abstraction Documentation: minor typo [SPR-8632] #13274

@spring-projects-issues

Description

@spring-projects-issues

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:

Referenced from: commits bd7fd57

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: coreIssues in core modules (aop, beans, core, context, expression)type: bugA general bug

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions