< prev index next >

core/JemmyAWTInput/src/org/jemmy/input/Version.java

Print this page

        

@@ -30,19 +30,13 @@
  */
 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("JemmyAWTInput version: " + VERSION.getVersion());
     }
 }
< prev index next >