mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
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
7f8feae6f6
commit
ce50a54b5e
@ -133,7 +133,7 @@ public abstract class POILogger {
|
||||
*
|
||||
* @param level One of DEBUG, INFO, WARN, ERROR, FATAL
|
||||
* @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) {
|
||||
if (!check(level)) return;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user