javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691286 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9c9023524a
commit
7255b0dfb4
@ -133,7 +133,7 @@ public abstract class POILogger {
|
|||||||
*
|
*
|
||||||
* @param level One of DEBUG, INFO, WARN, ERROR, FATAL
|
* @param level One of DEBUG, INFO, WARN, ERROR, FATAL
|
||||||
* @param message The message to log.
|
* @param message The message to log.
|
||||||
* @param unflatParams... The objects to match against.
|
* @param unflatParams The objects to match against.
|
||||||
*/
|
*/
|
||||||
public void logFormatted(int level, String message, Object... unflatParams) {
|
public void logFormatted(int level, String message, Object... unflatParams) {
|
||||||
if (!check(level)) return;
|
if (!check(level)) return;
|
||||||
|
Loading…
Reference in New Issue
Block a user