+ improved javadoc

This commit is contained in:
Costin Leau 2010-02-11 10:38:59 +00:00
parent c9975504c6
commit 6389097ac1
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import org.springframework.core.io.ResourceLoader;
/**
* Caching implementation of the {@link MetadataReaderFactory} interface,
* caching an ASM {@link org.springframework.asm.ClassReader} per Spring Resource handle
* caching {@link MetadataReader} per Spring {@link Resource} handle
* (i.e. per ".class" file).
*
* @author Juergen Hoeller