Fix checkstyle

This commit is contained in:
Trustin Lee 2013-12-08 14:05:04 +09:00
parent 516795fcfb
commit 6e23cf8c92

View File

@ -79,7 +79,6 @@ public abstract class AbstractInternalLogger implements InternalLogger, Serializ
@Override
public void info(Throwable t) {
info(EXCEPTION_MESSAGE, t);
}
@Override