mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-13 10:18:35 +00:00
6 lines
181 B
Java
6 lines
181 B
Java
import org.apache.commons.logging.Log;
|
|
import org.apache.commons.logging.LogFactory;
|
|
|
|
class LoggerCommons {
|
|
private static final Log log = LogFactory.getLog(LoggerCommons.class);
|
|
} |