You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2002/03/11 23:40:19 UTC

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging package.html

rdonkin     02/03/11 14:40:19

  Modified:    logging/src/java/org/apache/commons/logging package.html
  Log:
  Corrected missing end tag in java doc comments
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-commons/logging/src/java/org/apache/commons/logging/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/logging/src/java/org/apache/commons/logging/package.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- package.html	15 Feb 2002 01:59:48 -0000	1.5
  +++ package.html	11 Mar 2002 22:40:19 -0000	1.6
  @@ -65,7 +65,7 @@
   
   <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
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>