1
0

Eliminate javadoc warnings and errors. Issue #38344. Thanks to Rahul Akolkar.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@371108 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg
2006-01-21 19:39:46 +00:00
parent 210d81aa0c
commit 80fba3b101

View File

@@ -277,7 +277,7 @@ public abstract class LogFactory {
/** /**
* Prevously constructed <code>LogFactory</code> instance as in the * Prevously constructed <code>LogFactory</code> instance as in the
* <code>factories</code> map. but for the case where * <code>factories</code> map, but for the case where
* <code>getClassLoader</code> returns <code>null</code>. * <code>getClassLoader</code> returns <code>null</code>.
* This can happen when: * This can happen when:
* <ul> * <ul>