Details
Description
Adding a flag to know if tableRows(int[], boolean) is called or not.
It is mainly to be backward compatible with some plugins (like checkstyle) which uses:
sink.table(); sink.tableRow();
instead of
sink.table(); sink.tableRows( justify, true ); sink.tableRow();
done in r749015