com.partnersoft.v3x.tools
Class DoNothing

java.lang.Object
  extended by com.partnersoft.v3x.tools.DoNothing

public class DoNothing
extends java.lang.Object

A do-nothing app. Useful for getting rid of obsolete applications in JavaApps.


Constructor Summary
DoNothing()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoNothing

public DoNothing()
Method Detail

main

public static void main(java.lang.String[] argv)