diff --git a/src/java/org/apache/commons/logging/LogSource.java b/src/java/org/apache/commons/logging/LogSource.java index 2b6691b..eb4be61 100644 --- a/src/java/org/apache/commons/logging/LogSource.java +++ b/src/java/org/apache/commons/logging/LogSource.java @@ -1,7 +1,7 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/LogSource.java,v 1.5 2002/01/03 18:58:00 rdonkin Exp $ - * $Revision: 1.5 $ - * $Date: 2002/01/03 18:58:00 $ + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/LogSource.java,v 1.6 2002/01/05 15:55:00 rdonkin Exp $ + * $Revision: 1.6 $ + * $Date: 2002/01/05 15:55:00 $ * * ==================================================================== * @@ -68,11 +68,11 @@ import java.lang.reflect.InvocationTargetException; /** *
Factory for creating {@link Log} instances. Applications should call
- * the makeNewLogInstance() method to instantiate new instances
+ * the {@link #makeNewLogInstance} method to instantiate new instances
* of the configured {@link Log} implementation class.