Polishing

(cherry picked from commit 0028b29)
This commit is contained in:
Juergen Hoeller
2016-12-01 19:09:26 +01:00
parent 300f2cd2dd
commit f6fc0a86b3
5 changed files with 11 additions and 14 deletions

View File

@@ -63,8 +63,7 @@ public abstract class AbstractNamedValueMethodArgumentResolver implements Handle
private final BeanExpressionContext expressionContext;
private final Map<MethodParameter, NamedValueInfo> namedValueInfoCache =
new ConcurrentHashMap<>(256);
private final Map<MethodParameter, NamedValueInfo> namedValueInfoCache = new ConcurrentHashMap<>(256);
/**