Minor comment fix.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@209449 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1247,7 +1247,7 @@ public abstract class LogFactory {
|
|||||||
// ----------------------------------------------------------------------
|
// ----------------------------------------------------------------------
|
||||||
|
|
||||||
static {
|
static {
|
||||||
// note: it's safe to call methods before initInternalLogging..
|
// note: it's safe to call methods before initDiagnostics.
|
||||||
thisClassLoader = getClassLoader(LogFactory.class);
|
thisClassLoader = getClassLoader(LogFactory.class);
|
||||||
initDiagnostics();
|
initDiagnostics();
|
||||||
logClassLoaderTree(LogFactory.class);
|
logClassLoaderTree(LogFactory.class);
|
||||||
|
|||||||
Reference in New Issue
Block a user