blob: 1b7b6bd4597588e3dc38c9a38080c90da28603f5 [file] [log] [blame]
package test.distributed;
import org.testng.annotations.Test;
public class Test2 {
@Test
public void f2() {
// ppp("f2");
}
private void ppp(String s) {
System.out.println("[Test2] " + s);
}
}