01: /* 02: * Test.java 03: * 04: * Created on April 18, 2002, 2:38 PM 05: */ 06: 07: package abbrev; 08: 09: /** 10: * 11: * @author Jan Lahoda 12: */ 13: public class Test { 14: 15: /** Creates a new instance of Test */ 16: public Test() { 17: } 18: 19: public static void main(String[] args) { 20: 21: } 22: 23: }