Closes gh-9938
This commit is contained in:
Johnny Lim
2017-08-02 23:48:20 +09:00
committed by Andy Wilkinson
parent 7a87c69dd0
commit 56f47e1a50
4 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ import org.springframework.util.ConcurrentReferenceHashMap;
/**
* Caching implementation of the {@link MetadataReaderFactory} interface backed by a
* {@link ConcurrentReferenceHashMap} , caching {@link MetadataReader} per Spring
* {@link ConcurrentReferenceHashMap}, caching {@link MetadataReader} per Spring
* {@link Resource} handle (i.e. per ".class" file).
*
* @author Phillip Webb