1
0

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:
Simon Kitching
2005-07-06 12:06:32 +00:00
parent 02ee1e9086
commit b808fe4666

View File

@@ -1247,7 +1247,7 @@ public abstract class LogFactory {
// ----------------------------------------------------------------------
static {
// note: it's safe to call methods before initInternalLogging..
// note: it's safe to call methods before initDiagnostics.
thisClassLoader = getClassLoader(LogFactory.class);
initDiagnostics();
logClassLoaderTree(LogFactory.class);