Fix checkstyle warnings.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1606039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -58,13 +58,13 @@ package org.apache.commons.logging;
|
|||||||
*/
|
*/
|
||||||
public interface Log {
|
public interface Log {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Logs a message with debug log level.
|
* Logs a message with debug log level.
|
||||||
*
|
*
|
||||||
* @param message log this message
|
* @param message log this message
|
||||||
*/
|
*/
|
||||||
public void debug(Object message);
|
public void debug(Object message);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Logs an error with debug log level.
|
* Logs an error with debug log level.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user