[LOGGING-146] Make nullClassloaderFactory volatile, mark as deprecated.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1435122 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -296,8 +296,9 @@ public abstract class LogFactory {
|
|||||||
* </ul>
|
* </ul>
|
||||||
* Note that <code>factories</code> is a <i>Hashtable</i> (not a HashMap),
|
* Note that <code>factories</code> is a <i>Hashtable</i> (not a HashMap),
|
||||||
* and hashtables don't allow null as a key.
|
* and hashtables don't allow null as a key.
|
||||||
|
* @deprecated since 1.1.2
|
||||||
*/
|
*/
|
||||||
protected static LogFactory nullClassLoaderFactory = null;
|
protected static volatile LogFactory nullClassLoaderFactory = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create the hashtable which will be used to store a map of
|
* Create the hashtable which will be used to store a map of
|
||||||
|
|||||||
Reference in New Issue
Block a user