blob: 0fb1ab9994ee59cf14184b46ce42aff6abcdcca8 [file] [log] [blame]
package packageA;
public class Client {
public static void main(String[] args) {
Server.method();
}
}