package votorola.s.line;


/** Main class of the executable <code>vonop</code> - a command that does nothing.
  */
public final class VONop
{

    private VONop() {}



    /** Runs this command from the command line.
      *
      *     @param argv the command line argument array.
      */
    public static void main( String[] argv )
    {
        // inserting test code here?  remove it before committing
    }


}