1 public class ExitPointsEmptyMethod {2 3 public ExitPointsEmptyMethod() {4 }5 6 public void test() {}7 8 }9