1
0

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
This commit is contained in:
Robert Burrell Donkin
2002-03-11 22:40:19 +00:00
parent 27347eec03
commit 324af077b3

View File

@@ -65,7 +65,7 @@ in order to understand how to configure logging for your application.</p>
<p>From an application perspective, the first requirement is to retrieve an
object reference to the <code>LogFactory</code> instance that will be used
to create <code><a href="Log.html">Log</a> instances for this application.
to create <code><a href="Log.html">Log</a></code> instances for this application.
This is normally accomplished by calling the static <code>getFactory()</code>
method. This method implements the following discovery algorithm to select
the name of the <code>LogFactory</code> implementation class this application