Ejemplo n.º 1
0
 /** Prints the given table and returns success */
 protected Result tableResults(TablePrinter table) {
   table.print(getOut());
   return Results.success();
 }