blob: 60da85a7062d726311562c56bc66c72aabcc9a15 [file] [log] [blame]
public class BaseServer {
public Integer method() throws Exception2 {
return new Integer(0);
}
}