blob: 509daf4856498587b0e1fe58241e9d41737914a3 [file] [log] [blame]
public class BaseServer {
public String method() {
return "test";
}
}