1
0

[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:
Thomas Neidhart
2013-01-18 12:55:13 +00:00
parent 74ee29cda3
commit e0028af797

View File

@@ -296,8 +296,9 @@ public abstract class LogFactory {
* </ul>
* Note that <code>factories</code> is a <i>Hashtable</i> (not a HashMap),
* 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