From 09277f80cbd43cc1e09e9d63ed1ed70ee654903e Mon Sep 17 00:00:00 2001 From: Robert Burrell Donkin Date: Sat, 5 Jan 2002 15:55:00 +0000 Subject: [PATCH] Added link to java doc comments (so that it's easier to find the method description) git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138828 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/commons/logging/LogSource.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.

* * @author Rod Waldhoff - * @version $Id: LogSource.java,v 1.5 2002/01/03 18:58:00 rdonkin Exp $ + * @version $Id: LogSource.java,v 1.6 2002/01/05 15:55:00 rdonkin Exp $ */ public class LogSource {