mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
4 lines
61 B
Java
4 lines
61 B
Java
class S implements Runnable {
|
|
public void run() {
|
|
}
|
|
} |