Hi,

While I was trying to fix some warnings from 'javadoc' about missing @see method references I discovered a suspicious construct in

org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyleNumber

where the signature of the

writeListPrefix(RtfList)

method is different from the signature of the superclass RtfListStyle where the signature is

writeListPrefix(RtfListItem).

I'm guessing that RtfListStyleNumber is incorrect and that it should at least override writeListPrefix(RtfListItem). I hope that someone familiar with the rtf code could take a look at this.

regards,
finn



Reply via email to