blob: ebfba4ab74d9eec7456732744c7bdeb15ee87859 [file] [log] [blame]
public class BaseServer {
public Integer method() {
return new Integer(10);
}
}