Should org.apache.logging.log4j.spi.DefaultThreadContextMap.localMap be a
static?
Gary
--
E-Mail: [email protected] | [email protected]
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com
ut that class deals with
> thread inheritance, not class inheritance.
>
>
> On 7 May 2014 13:22, Gary Gregory wrote:
>
>> Should org.apache.logging.log4j.spi.DefaultThreadContextMap.localMap be a
>> static?
>>
>> Gary
>>
>> --
>> E-Mail: garydgreg
l
instance field over a static field. It might have been set that way due to
the optional use of InheritableThreadLocal, but that class deals with
thread inheritance, not class inheritance.
On 7 May 2014 13:22, Gary Gregory wrote:
> Should org.apache.logging.log4j.spi.DefaultThreadContextMap.