Michael Osipov created DOXIA-673: ------------------------------------ Summary: Remove compat handling of absent Sink#tableRows() calls Key: DOXIA-673 URL: https://issues.apache.org/jira/browse/DOXIA-673 Project: Maven Doxia Issue Type: Task Components: Module - Fml, Module - Xdoc, Module - Xhtml Reporter: Michael Osipov Assignee: Michael Osipov Fix For: 2.0.0-M4
These days (means for years) tables must start likes this: {code:java} sink.table(); sink.tableRows( justify, true ); sink.tableRow(); ... {code} old backward compat code allows to omit {{Sink#tableRows()}}. Drop this old compat layer which simplifies our code. -- This message was sent by Atlassian Jira (v8.20.10#820010)