Update PathMappingCache.java

Update a comment
This commit is contained in:
吴晟 Wu Sheng 2017-09-23 08:37:00 +08:00 committed by GitHub
parent d38221350c
commit 13b408e3e8
1 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,9 @@ import java.lang.reflect.Method;
import java.util.concurrent.ConcurrentHashMap;
/**
* The <code>PathMappingCache</code> represents a field
*
* The <code>PathMappingCache</code> represents a mapping cache.
* key: {@link Method}
* value: the url pattern
*
* @author wendal
*/