Correct JavaDoc links (@see).
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@399221 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -248,7 +248,7 @@ public class AvalonLogger implements Log {
|
||||
*
|
||||
* @param message to log.
|
||||
* @param t log this cause.
|
||||
* @see org.apache.commons.logging.Log#debug(Object, Throwable)
|
||||
* @see org.apache.commons.logging.Log#trace(Object, Throwable)
|
||||
*/
|
||||
public void trace(Object message, Throwable t) {
|
||||
if (getLogger().isDebugEnabled()) getLogger().debug(String.valueOf(message), t);
|
||||
|
||||
@@ -395,7 +395,7 @@ public class SimpleLog implements Log, Serializable {
|
||||
* <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_TRACE</code>.
|
||||
*
|
||||
* @param message to log
|
||||
* @see org.apache.commons.logging.Log#trace(Object, Throwable)
|
||||
* @see org.apache.commons.logging.Log#trace(Object)
|
||||
*/
|
||||
public final void trace(Object message) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user