SPR-7463: switched to instance variable

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3576 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
David Syer
2010-08-14 11:09:42 +00:00
parent 7fa2da7e9a
commit 122d313f9c
@@ -47,7 +47,7 @@ public class SimpleThreadScope implements Scope {
private static final Log logger = LogFactory.getLog(SimpleThreadScope.class);
private static final ThreadLocal<Map<String, Object>> threadScope =
private final ThreadLocal<Map<String, Object>> threadScope =
new NamedThreadLocal<Map<String, Object>>("SimpleThreadScope") {
@Override
protected Map<String, Object> initialValue() {