1
0

Cosmetic changes in comments, to keep the JDK 1.4 standard JavaDoc

doclet from whining.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138894 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Craig R. McClanahan
2002-06-15 18:13:02 +00:00
parent 6b15ddfe75
commit 08ee4c68c3
4 changed files with 37 additions and 37 deletions

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/impl/LogFactoryImpl.java,v 1.11 2002/06/11 22:47:21 rsitze Exp $
* $Revision: 1.11 $
* $Date: 2002/06/11 22:47:21 $
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/impl/LogFactoryImpl.java,v 1.12 2002/06/15 18:13:02 craigmcc Exp $
* $Revision: 1.12 $
* $Date: 2002/06/15 18:13:02 $
*
* ====================================================================
*
@@ -76,7 +76,7 @@ import org.apache.commons.logging.LogSource;
/**
* <p>Concrete subclass of {@link LogFactory} that implements the
* following algorithm to dynamically select a logging implementation
* class to instantiate a wrapper for:</p>
* class to instantiate a wrapper for.</p>
* <ul>
* <li>Use a factory configuration attribute named
* <code>org.apache.commons.logging.Log</code> to identify the
@@ -104,7 +104,7 @@ import org.apache.commons.logging.LogSource;
*
* @author Rod Waldhoff
* @author Craig R. McClanahan
* @version $Revision: 1.11 $ $Date: 2002/06/11 22:47:21 $
* @version $Revision: 1.12 $ $Date: 2002/06/15 18:13:02 $
*/
public class LogFactoryImpl extends LogFactory {
@@ -530,4 +530,4 @@ public class LogFactoryImpl extends LogFactory {
}
}
}
}