Uploaded image for project: 'Maven Doxia'
  1. Maven Doxia
  2. DOXIA-673

Remove compat handling of absent Sink#tableRows() calls

    XMLWordPrintableJSON

Details

    Description

      These days (means for years) tables must start likes this:

      sink.table();
      sink.tableRows( justify, true );
      sink.tableRow();
      ...
      

      old backward compat code allows to omit Sink#tableRows().

      Drop this old compat layer which simplifies our code.

      Attachments

        Issue Links

          Activity

            People

              michael-o Michael Osipov
              michael-o Michael Osipov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: