diff --git a/xdocs/guide.xml b/xdocs/guide.xml index 3e2936c..192a8c0 100644 --- a/xdocs/guide.xml +++ b/xdocs/guide.xml @@ -596,7 +596,7 @@ held in LogFactory's static hashtable.

Beginning with JCL 1.0.5, LogFactory will attempt to cache factory implementations in a -WeakHashtable. +WeakHashtable. This class is analogous to java.util.WeakHashMap in that it holds WeakReferences to its keys, thus allowing classloaders to be GC'd even if LogFactory.release() is never invoked.