mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 12:03:57 +07:00
IDEA-345098 GitOrigin-RevId: 5176d6bb359fc804b857951225cc0a3f2afecfa6
9 lines
152 B
Java
9 lines
152 B
Java
import org.apache.log4j.Logger;
|
|
|
|
public class A {
|
|
private static final Logger log = Logger.getLogger(A.class);
|
|
|
|
void foo() {
|
|
log
|
|
}
|
|
} |