fop-dev  

Re: svn commit: r653106 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/AbstractBaseLayoutManager.java

Andreas Delmelle
Sat, 03 May 2008 15:26:08 -0700

On May 3, 2008, at 23:28, Adrian Cumiskey wrote:

The member variable fobj was assigned via the super(node) constructor call. Since a correct assigment is made in a super constructor call to AbstractBaseLayoutManager, a better fix (if you want to keep the final status of the variable) would be to simply remove the second ssignment in TableCellLayoutManager.

Yep, as I suspected, a missing file from the commit...

Thanks for rectifying.

Cheers

Andreas