Java doc improvements. Patch contributed by Dennis Lundberg.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139042 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -57,7 +57,7 @@ package org.apache.commons.logging;
|
||||
*
|
||||
* @author <a href="mailto:sanders@apache.org">Scott Sanders</a>
|
||||
* @author Rod Waldhoff
|
||||
* @version $Id: Log.java,v 1.18 2004/02/28 21:46:45 craigmcc Exp $
|
||||
* @version $Id: Log.java,v 1.19 2004/06/06 21:16:04 rdonkin Exp $
|
||||
*/
|
||||
public interface Log {
|
||||
|
||||
@@ -116,7 +116,7 @@ public interface Log {
|
||||
|
||||
|
||||
/**
|
||||
* <p> Is warning logging currently enabled? </p>
|
||||
* <p> Is warn logging currently enabled? </p>
|
||||
*
|
||||
* <p> Call this method to prevent having to perform expensive operations
|
||||
* (for example, <code>String</code> concatenation)
|
||||
|
||||
Reference in New Issue
Block a user