mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
5 lines
166 B
Java
5 lines
166 B
Java
public class JavaSynchronizedStaticMethod {
|
|
public synchronized static void <caret> doSomethingStatic() {
|
|
System.out.println("doSomethingStatic");
|
|
}
|
|
} |