Be sure to call tableRows(int[], boolean) to be backward compatible with Doxia 
1.0
----------------------------------------------------------------------------------

                 Key: DOXIA-292
                 URL: http://jira.codehaus.org/browse/DOXIA-292
             Project: Maven Doxia
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.1
            Reporter: Vincent Siveton


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: 

{noformat}
 sink.table();
 sink.tableRow();
{noformat}
 
instead of 

{noformat}
 sink.table();
 sink.tableRows( justify, true );
 sink.tableRow();
{noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to