001package headfirst.command.remote; 002 003public class NoCommand implements Command { 004 public void execute() { } 005}