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:
@@ -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
|
<p>From an application perspective, the first requirement is to retrieve an
|
||||||
object reference to the <code>LogFactory</code> instance that will be used
|
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>
|
This is normally accomplished by calling the static <code>getFactory()</code>
|
||||||
method. This method implements the following discovery algorithm to select
|
method. This method implements the following discovery algorithm to select
|
||||||
the name of the <code>LogFactory</code> implementation class this application
|
the name of the <code>LogFactory</code> implementation class this application
|
||||||
|
|||||||
Reference in New Issue
Block a user