KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > ExitPointsEmptyMethod


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