1
0

Added some JavaDocs.

Removed a copy-pasted comment that didn't belong there.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@399224 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg
2006-05-03 09:25:54 +00:00
parent 5f4391761d
commit 96854d71f6

View File

@@ -118,7 +118,9 @@ public class LogFactoryImpl extends LogFactory {
* The name (<code>org.apache.commons.logging.Log.allowFlawedContext</code>) * The name (<code>org.apache.commons.logging.Log.allowFlawedContext</code>)
* of the system property which can be set true/false to * of the system property which can be set true/false to
* determine system behaviour when a bad context-classloader is encountered. * determine system behaviour when a bad context-classloader is encountered.
* When set to false * When set to false, a LogConfigurationException is thrown if
* LogFactoryImpl is loaded via a child classloader of the TCCL (this
* should never happen in sane systems).
* *
* Default behaviour: true (tolerates bad context classloaders) * Default behaviour: true (tolerates bad context classloaders)
* *
@@ -1249,7 +1251,6 @@ public class LogFactoryImpl extends LogFactory {
} }
// scan c2's ancestors to find c1 // scan c2's ancestors to find c1
// scan c1's ancestors to find c2
current = c2; current = c2;
while (current != null) { while (current != null) {
if (current == c1) if (current == c1)