< prev index next >

SWT/JemmySWT/src/org/jemmy/swt/Version.java

Print this page

        

*** 30,48 **** */ public class Version extends org.jemmy.Version { public static final Version VERSION = new Version(); - /** - * - */ public Version() { super(Version.class.getPackage().getName()); } ! /** ! * ! * @param args ! */ public static void main(String[] args) { System.out.println("JemmySWT version: " + VERSION.getVersion()); } } --- 30,42 ---- */ public class Version extends org.jemmy.Version { public static final Version VERSION = new Version(); public Version() { super(Version.class.getPackage().getName()); } ! public static void main(String[] args) { System.out.println("JemmySWT version: " + VERSION.getVersion()); } }
< prev index next >