Example #1
0
 public String endTable() {
   Assert.isTrue(htmlTable);
   String result = table.toHTMLTable().toString();
   table.newTable();
   return result;
 }