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