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