1
0

Fixed bug in demonstration. Spotted by Simon Kitching.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@170992 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2005-05-19 20:42:12 +00:00
parent cb2ddfd9cc
commit cbfc01a0ab

View File

@@ -150,6 +150,9 @@ public class ClassLoaderRunner {
if (setContextClassloader) {
Thread.currentThread().setContextClassLoader(child);
} else {
ClassLoader system = ClassLoader.getSystemClassLoader();
Thread.currentThread().setContextClassLoader(system);
}
logDefiningLoaders(child, parent);