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