class interface UT_DO_NOTHING_COMMAND

creation
   make
      --  Create a new command.


feature(s) from UT_COMMAND
   --  Execution

   execute
      --  Execute current command.



end of UT_DO_NOTHING_COMMAND