From 324af077b3dbdf5f9c6a3043792825746cc05d74 Mon Sep 17 00:00:00 2001 From: Robert Burrell Donkin Date: Mon, 11 Mar 2002 22:40:19 +0000 Subject: [PATCH] Corrected missing end tag in java doc comments git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138879 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/commons/logging/package.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/commons/logging/package.html b/src/java/org/apache/commons/logging/package.html index 1ef7a9c..6f4b555 100644 --- a/src/java/org/apache/commons/logging/package.html +++ b/src/java/org/apache/commons/logging/package.html @@ -65,7 +65,7 @@ in order to understand how to configure logging for your application.

From an application perspective, the first requirement is to retrieve an object reference to the LogFactory instance that will be used -to create Log instances for this application. +to create Log instances for this application. This is normally accomplished by calling the static getFactory() method. This method implements the following discovery algorithm to select the name of the LogFactory implementation class this application