rdonkin     2004/06/06 13:47:56

  Modified:    logging/src/java/org/apache/commons/logging/impl
                        SimpleLog.java
  Log:
  Java doc improvements. Patch contributed by Dennis Lundberg.
  
  Revision  Changes    Path
  1.21      +5 -5      
jakarta-commons/logging/src/java/org/apache/commons/logging/impl/SimpleLog.java
  
  Index: SimpleLog.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/logging/src/java/org/apache/commons/logging/impl/SimpleLog.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- SimpleLog.java    30 May 2004 10:32:06 -0000      1.20
  +++ SimpleLog.java    6 Jun 2004 20:47:56 -0000       1.21
  @@ -77,7 +77,7 @@
   
       // ------------------------------------------------------- Class Attributes
   
  -    /** All system properties used by <code>Simple</code> start with this */
  +    /** All system properties used by <code>SimpleLog</code> start with this */
       static protected final String systemPrefix =
           "org.apache.commons.logging.simplelog.";
   
  @@ -91,9 +91,9 @@
       /** Include the instance name in the log message? */
       static protected boolean showLogName = false;
       /** Include the short name ( last component ) of the logger in the log
  -        message. Default to true - otherwise we'll be lost in a flood of
  -        messages without knowing who sends them.
  -    */
  +     *  message. Defaults to true - otherwise we'll be lost in a flood of
  +     *  messages without knowing who sends them.
  +     */
       static protected boolean showShortName = true;
       /** Include the current time in the log message */
       static protected boolean showDateTime = false;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to