blob: 7e87ae58ba8c62cf55bb0b23d4d2fd17e4ea54b6 [file] [log] [blame]
public class BaseServer {
public Element method() {
return new Element();
}
}