1
0

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:
Thomas Neidhart
2014-06-27 11:53:55 +00:00
parent 921e21bf9e
commit 50e985a9ab

View File

@@ -58,13 +58,13 @@ package org.apache.commons.logging;
*/
public interface Log {
/**
/**
* Logs a message with debug log level.
*
* @param message log this message
*/
public void debug(Object message);
/**
* Logs an error with debug log level.
*