blob: ef3638a8431f4b7f654a04e25ebfec5f0f4d49ab [file] [log] [blame]
/**
* created at Jan 22, 2002
* @author Jeka
*/
package packageA;
public class Server {
public void method() throws Exception {
System.out.println("Server.method");
}
}