threadlocal

This commit is contained in:
Bill Burke 2013-12-18 18:10:28 -05:00
parent 0ec80f6590
commit 40e8a26a3b

View file

@ -34,6 +34,4 @@ public class SkeletonKeySession implements Serializable {
return metadata;
}
protected static ThreadLocal<SkeletonKeySession> local = new ThreadLocal<SkeletonKeySession>();
}