1
0

typo - slap me for not building/testing after EVERY minor change..

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138928 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Richard A. Sitze
2002-10-19 17:38:06 +00:00
parent 3a5b034cef
commit 41a175c6bd

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/LogFactory.java,v 1.14 2002/10/19 17:25:18 rsitze Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/LogFactory.java,v 1.15 2002/10/19 17:38:06 rsitze Exp $
* $Revision: 1.14 $ * $Revision: 1.15 $
* $Date: 2002/10/19 17:25:18 $ * $Date: 2002/10/19 17:38:06 $
* *
* ==================================================================== * ====================================================================
* *
@@ -87,7 +87,7 @@ import java.util.Properties;
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @author Costin Manolache * @author Costin Manolache
* @author Richard A. Sitze * @author Richard A. Sitze
* @version $Revision: 1.14 $ $Date: 2002/10/19 17:25:18 $ * @version $Revision: 1.15 $ $Date: 2002/10/19 17:38:06 $
*/ */
public abstract class LogFactory { public abstract class LogFactory {
@@ -553,7 +553,7 @@ public abstract class LogFactory {
} catch (NoClassDefFoundError e) { } catch (NoClassDefFoundError e) {
if (classLoader == LogFactory.class.getClassLoader()) { if (classLoader == LogFactory.class.getClassLoader()) {
// Nothing more to try, onwards. // Nothing more to try, onwards.
throw ex; throw e;
} }
// ignore exception, continue // ignore exception, continue
} }