Exemplo n.º 1
0
 @Override
 public String showHistory() {
   return commandHistory == null ? "history disabled" : commandHistory.showHistory();
 }