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 2004/06/06 23:13:12 UTC

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging/impl NoOpLog.java

rdonkin     2004/06/06 14:13:12

  Modified:    logging/src/java/org/apache/commons/logging/impl
                        NoOpLog.java
  Log:
  Java doc improvements. Patch contributed by Dennis Lundberg.
  
  Revision  Changes    Path
  1.8       +2 -2      jakarta-commons/logging/src/java/org/apache/commons/logging/impl/NoOpLog.java
  
  Index: NoOpLog.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/logging/src/java/org/apache/commons/logging/impl/NoOpLog.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- NoOpLog.java	28 Feb 2004 23:05:01 -0000	1.7
  +++ NoOpLog.java	6 Jun 2004 21:13:12 -0000	1.8
  @@ -97,7 +97,7 @@
       public final boolean isTraceEnabled() { return false; }
   
       /**
  -     * Warning is never enabled.
  +     * Warn is never enabled.
        *
        * @return false
        */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org