mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 02:33:48 +07:00
6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
public class BaseServer {
|
|
public final Integer method() {
|
|
return new Integer(10);
|
|
}
|
|
}
|