Example #1
0
 public void print() {
   print(System.out);
 }
 /** Prints the given table and returns success */
 protected Result tableResults(TablePrinter table) {
   table.print(getOut());
   return Results.success();
 }