mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 10:58:45 +07:00
GitOrigin-RevId: 108643012d2f79064eacf8c35ec5c7c66a3c17d1
6 lines
112 B
Java
6 lines
112 B
Java
public class MyServiceImplementation implements MyServiceInterface {
|
|
@Override
|
|
public void doWork() {
|
|
}
|
|
}
|